Got it! Temporarily working with the server-side C renderer
[citadel.git] / webcit-ng / forum_view.c
index 354fcea01ff63eb9b96d993b5979993f947a57c1..0eeaf8566566729a6ea6ab4e46ea07c420f48a9c 100644 (file)
@@ -297,7 +297,6 @@ void flat_view(struct http_transaction *h, struct ctdlsession *c, char *which)
 //
 void html_render_one_message(struct http_transaction *h, struct ctdlsession *c, long msgnum)
 {
-
        StrBuf *sj = NewStrBuf();
        StrBufAppendPrintf(sj, "<html><body>\r\n");
        setup_for_forum_view(c);                // FIXME way too inefficient to do this for every message !!!!!!!!!!!!!