* Removed all of the absolute URL's.
[citadel.git] / webcit / html2html.c
index aa1c9a7cbb2dca3b6cf709cf77c943969f65727e..c682cdc37d141121a2c1a2e2a7447de084dad254 100644 (file)
@@ -140,7 +140,7 @@ void output_html(char *charset) {
                        content_length += 64;
                        converted_msg = realloc(converted_msg, content_length);
                        sprintf(&converted_msg[output_length],
-                               "<a href=\"/display_enter"
+                               "<a href=\"display_enter"
                                "?force_room=_MAIL_&recp=");
                        output_length += 47;
                        ptr = &ptr[16];