X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fgraphics.c;h=601b4d0a43359aed77fef439aa3a2394dcc02ab6;hb=6f1846672284d64b74a10937813320271293ad66;hp=9cc0d4145babb464433ba2eabcec8e8ef3c48b66;hpb=d3865a3e08f6e62ded13210dccb4da0d26eee532;p=citadel.git diff --git a/webcit/graphics.c b/webcit/graphics.c index 9cc0d4145..601b4d0a4 100644 --- a/webcit/graphics.c +++ b/webcit/graphics.c @@ -25,7 +25,7 @@ void display_graphics_upload(char *description, char *filename, char *uplurl) output_headers(1, 1, 1, 0, 0, 0); svput("BOXTITLE", WCS_STRING, _("Image upload")); - do_template("beginbox"); + do_template("beginbox", NULL); wprintf("
\n", uplurl); @@ -52,7 +52,7 @@ void display_graphics_upload(char *description, char *filename, char *uplurl) wprintf("\n"); wprintf("
\n"); - do_template("endbox"); + do_template("endbox", NULL); wDumpContent(1); }