oopsy, forgot to escape something. also removed the alignment and hardcoded border...
authorthe_mgt <themgt@ueberserver.de>
Tue, 5 Jul 2011 00:27:29 +0000 (02:27 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 21:30:44 +0000 (21:30 +0000)
webcit/userlist.c

index b0cd130434a0fe2389743a4911c954edc2e415e1..ff38b9440554962646c5477b84084fb61d3a3691 100644 (file)
@@ -121,9 +121,8 @@ void showuser(void)
        wc_printf("<ul><li><a href=\"display_page?recp=");
        urlescputs(who);
         wc_printf("\">"
-                "<img src=\"static/webcit_icons/essen/16x16/chat.png\" "
-                "align=middle border=0>"
-                "<span class="navbar_link">");
+                "<img src=\"static/webcit_icons/essen/16x16/chat.png\">"
+               "<span class=\"navbar_link\">");
         snprintf(buf, sizeof buf, _("Click here to send an instant message to %s"), who);
         escputs(buf);
         wc_printf("</span></li></a>\n");