* remove wrong \s
authorWilfried Göesgens <willi@citadel.org>
Sun, 28 Jun 2009 22:20:25 +0000 (22:20 +0000)
committerWilfried Göesgens <willi@citadel.org>
Sun, 28 Jun 2009 22:20:25 +0000 (22:20 +0000)
webcit/static/t/iconbar.html

index 6f1e3b6109547242a0b6f1dfdcd562b30396bde5..89d23f7ea46a664c4f4f8fd80d7a5f0e9c3ad09c 100644 (file)
@@ -1,7 +1,7 @@
 <div id="iconbar">
   <div id="iconbar_container">
   <div id="citlogo" class="logo_citadel">
-    <img src="/static/citadel-logo.gif" alt="<?_("Powered by Citadel")>"  width=\"120\" height=\"35\">
+    <img src="/static/citadel-logo.gif" alt="<?_("Powered by Citadel")>"  width="120" height="35">
   </div>
   <div id="switch" class="iconbar_text"><span></span></div>
   <div id="roomlist"></div>