From: Christos KK Loverdos Date: Thu, 30 May 2013 10:00:55 +0000 (+0300) Subject: Cosmetics on footer X-Git-Tag: 0.14rc1~26^2 X-Git-Url: https://code.grnet.gr/git/pithos-web-client/commitdiff_plain/9eb7052536b656411b39add52a41a96781322921?ds=sidebyside Cosmetics on footer Refs #3873 --- 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);