* Fixes to wiki view to handle "short" links.
[citadel.git] / webcit / rss.c
index ba1116432db90c338a5a35dac9638e4803a73f30..48a7ad9a46a1331a52fd39c888d34db5c4242e79 100644 (file)
@@ -328,7 +328,7 @@ void display_rss(char *roomname, char *request_method)
                /** HTML is fun, but we've got to strip it first */
                else if (!strcasecmp(content_type, "text/html")) {
                        wprintf("      <description><![CDATA[");
-                       output_html(charset);
+                       output_html(charset, 0);
                        wprintf("]]></description>\n");
                }