From 9eb7052536b656411b39add52a41a96781322921 Mon Sep 17 00:00:00 2001 From: Christos KK Loverdos Date: Thu, 30 May 2013 13:00:55 +0300 Subject: [PATCH] Cosmetics on footer Refs #3873 --- src/gr/grnet/pithos/web/client/StatusPanel.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gr/grnet/pithos/web/client/StatusPanel.java b/src/gr/grnet/pithos/web/client/StatusPanel.java index 90472b2..41739ef 100644 --- a/src/gr/grnet/pithos/web/client/StatusPanel.java +++ b/src/gr/grnet/pithos/web/client/StatusPanel.java @@ -65,8 +65,8 @@ public class StatusPanel extends Composite { HorizontalPanel secondLine = new HorizontalPanel(); secondLine.add(new HTML( "
" + - "Powered by synnefo" + - " v " + SYNNEFO_VERSION + "" + + "Powered by Synnefo" + + " v" + SYNNEFO_VERSION + "" + "
")); // secondLine.addStyleName("software"); inner.add(secondLine); -- 1.7.10.4