lower case tags
[citadel.git] / webcit / notes.c
index 9cea7d21aa127dc4164a4935964df5221c966f5e..24b25ab271b6f7d9aed5356edd04f7755892ef7d 100644 (file)
@@ -15,7 +15,7 @@ void display_note(long msgnum) {
        int in_text = 0;
        int i;
 
-       wprintf("<IMG ALIGN=MIDDLE SRC=\"/static/storenotes_48x.gif\">\n");
+       wprintf("<IMG ALIGN=MIDDLE src=\"/static/storenotes_48x.gif\">\n");
 
        serv_printf("MSG0 %ld", msgnum);
        serv_getln(buf, sizeof buf);