X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fgraphics.c;h=7616be44772e8f8aed99547d5a79ef7a8fc56459;hb=45ba72a04728c610ff37a939f6f962aea9a97e4e;hp=ab9d7709fb24e0e8dc89095eb59b8f92f13d4ca0;hpb=7693f737918dd06df0f9abaa7b90d891becf3da8;p=citadel.git diff --git a/webcit/graphics.c b/webcit/graphics.c index ab9d7709f..7616be447 100644 --- a/webcit/graphics.c +++ b/webcit/graphics.c @@ -37,7 +37,12 @@ void display_graphics_upload(char *description, char *check_cmd, char *uplurl) wprintf("
\n"); - wprintf("
\n", uplurl, bstr("which_room")); + wprintf("\n", uplurl); + + wprintf("\n"); wprintf("You can upload any image directly from your computer,\n"); wprintf("as long as it is in GIF format (JPEG, PNG, etc. won't\n");