* put QP Decoder intoo its own file
[citadel.git] / webcit / rss.c
index 912e049dd14390a6b43aceb1734f52ac776b476a..0a88ca2a872ded65f901b0a6693f98c267f5a885 100644 (file)
@@ -334,7 +334,7 @@ void display_rss(char *roomname, StrBuf *request_method)
                } 
                /** HTML is fun, but we've got to strip it first */
                else if (!strcasecmp(content_type, "text/html")) {
-                       output_html(charset, 0, WC->msgarr[a]); 
+                       output_html(charset, 0, WC->msgarr[a], NULL,  NULL); 
                } 
 
 ENDBODY: