]> code.citadel.org Git - citadel.git/blobdiff - webcit/userlist.c
Mostly HTML Validation stuff, also removed the #room_ROOMNAME id until we have a...
[citadel.git] / webcit / userlist.c
index b0cd130434a0fe2389743a4911c954edc2e415e1..8889a1996faf1d7b1eea939ae06d3c349616b468 100644 (file)
@@ -113,7 +113,7 @@ void showuser(void)
 
        output_headers(1, 1, 2, 0, 0, 0);
        wc_printf("<div id=\"banner\">\n");
-       wc_printf("<img src=\"static/webcit_icons/essen/32x32/account.png\">");
+       wc_printf("<img src=\"static/webcit_icons/essen/32x32/account.png\" alt\"\">");
         wc_printf("<h1>");
        wc_printf(_("User profile"));
         wc_printf("</h1>");
@@ -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\" alt=\"\">"
+               "<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");
@@ -146,9 +145,9 @@ void showuser(void)
 
        wc_printf("<center><table><tr><td>");
        if (have_pic == 1) {
-               wc_printf("<img src=\"image?name=_userpic_&parm=");
+               wc_printf("<img src=\"image?name=_userpic_&amp;parm=");
                urlescputs(who);
-               wc_printf("\">");
+               wc_printf("\" alt=\"\">");
        }
        wc_printf("</td><td><h1>");
        escputs(who);