* Fixes to wiki view to handle "short" links.
[citadel.git] / webcit / messages.c
index 9dc54cfcd6afa6f7727cda8aa410715e9c7c3939..84689122c86bc7ff9a4d55d3f5c818b5be32e089 100644 (file)
@@ -942,7 +942,7 @@ void read_message(long msgnum, int printable_view, char *section) {
 
        else /** HTML is fun, but we've got to strip it first */
        if (!strcasecmp(mime_content_type, "text/html")) {
-               output_html(mime_charset);
+               output_html(mime_charset, (WC->wc_view == VIEW_WIKI ? 1 : 0));
        }
 
        /** Unknown weirdness */