* Removed all of the absolute URL's.
[citadel.git] / webcit / vcard_edit.c
index ab5c6dde547d1ff5ea29b22f28dae19112833fc9..e9ac011b1856b5a237f8820e975e6e8d41822e1c 100644 (file)
@@ -174,14 +174,14 @@ void do_edit_vcard(long msgnum, char *partnum, char *return_to) {
        wprintf("<div id=\"banner\">\n"
                "<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#444455\"><TR><TD>"
                "<SPAN CLASS=\"titlebar\">"
-               "<img src=\"/static/savecontact_48x.gif\">");
+               "<img src=\"static/savecontact_48x.gif\">");
        wprintf(_("Edit contact information"));
        wprintf("</SPAN>"
                "</TD></TR></TABLE>\n"
                "</div>\n<div id=\"content\">\n"
        );
 
-       wprintf("<FORM METHOD=\"POST\" action=\"/submit_vcard\">\n");
+       wprintf("<FORM METHOD=\"POST\" action=\"submit_vcard\">\n");
        wprintf("<div id=\"fix_scrollbar_bug\">"
                "<table border=0 width=100%% bgcolor=\"#ffffff\"><tr><td>\n");