X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fmessages.c;h=19f29b0451169853c971c138eb74bcb3403092bc;hb=6f1846672284d64b74a10937813320271293ad66;hp=86b6a7c2f0bfc9754d37613ab647394416489204;hpb=d3865a3e08f6e62ded13210dccb4da0d26eee532;p=citadel.git diff --git a/webcit/messages.c b/webcit/messages.c index 86b6a7c2f..19f29b045 100644 --- a/webcit/messages.c +++ b/webcit/messages.c @@ -1439,7 +1439,7 @@ void mobile_message_view(void) { msgnum = StrTol(WC->UrlFragment1); output_headers(1, 0, 0, 0, 0, 1); begin_burst(); - do_template("msgcontrols"); + do_template("msgcontrols", NULL); read_message(msgnum,1, ""); wDumpContent(0); } @@ -3660,7 +3660,7 @@ void display_enter(void) * The following template embeds the TinyMCE richedit control, and automatically * transforms the textarea into a richedit textarea. */ - do_template("richedit"); + do_template("richedit", NULL); /** Enumerate any attachments which are already in place... */ wprintf("
");