X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Frss.c;h=48a7ad9a46a1331a52fd39c888d34db5c4242e79;hb=f49fd54ae0059a44bd32f68c20150b467e569afc;hp=ba1116432db90c338a5a35dac9638e4803a73f30;hpb=d4639c4ce194899985c422ae6fa9e2a172e6b4e0;p=citadel.git diff --git a/webcit/rss.c b/webcit/rss.c index ba1116432..48a7ad9a4 100644 --- a/webcit/rss.c +++ b/webcit/rss.c @@ -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(" \n"); }