]> code.citadel.org Git - citadel.git/blobdiff - webcit/userlist.c
oopsy, forgot to escape something. also removed the alignment and hardcoded border...
[citadel.git] / 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");