* Removed all of the absolute URL's.
[citadel.git] / webcit / preferences.c
index 02cd7416c3ae1f2b5e1a5e42762f0090387bc5a5..991a268ca583ff56e3df73a10e3fdfd63c048aa0 100644 (file)
@@ -181,7 +181,7 @@ void display_preferences(void)
 
        wprintf("<div id=\"banner\">\n");
        wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#444455\"><TR><TD>");
-       wprintf("<img src=\"/static/advanpage2_48x.gif\" ALT=\" \" ALIGN=MIDDLE>");
+       wprintf("<img src=\"static/advanpage2_48x.gif\" ALT=\" \" ALIGN=MIDDLE>");
        wprintf("<SPAN CLASS=\"titlebar\">&nbsp;");
        wprintf(_("Preferences and settings"));
        wprintf("</SPAN></TD><TD ALIGN=RIGHT>");