* rename urlstring parser
[citadel.git] / webcit / messages.c
index 2200841f3953a01011ce4b6ff81560a834ee70c5..29899788e53d1dea5f004515e1ed0af014dba149 100644 (file)
@@ -1305,7 +1305,7 @@ void read_message(long msgnum, int printable_view, char *section) {
 
        /* HTML is fun, but we've got to strip it first */
        else if (!strcasecmp(mime_content_type, "text/html")) {
-               output_html(mime_charset, (WC->wc_view == VIEW_WIKI ? 1 : 0));
+               output_html(mime_charset, (WC->wc_view == VIEW_WIKI ? 1 : 0), msgnum);
        }
 
        /* Unknown weirdness */