* Removed all of the absolute URL's.
[citadel.git] / webcit / notes.c
index 24b25ab271b6f7d9aed5356edd04f7755892ef7d..51cdc8960f7d9685dc57b170cf9d22ba42f92052 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);