Replace occurrences of % throughout the HTML with %% so as to be friendly
[citadel.git] / webcit / graphics.c
index 043c96c534ac85f3692ca480c4b08724dadd1ddb..d2fa9994caa1a91eb8431cc1ceed2c6cfe03c576 100644 (file)
@@ -31,7 +31,7 @@ void display_graphics_upload(char *description, char *check_cmd, char *uplurl)
                return;
        }
        output_headers(1);
-       wprintf("<TABLE WIDTH=100% BORDER=0 BGCOLOR=770000><TR><TD>");
+       wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=770000><TR><TD>");
        wprintf("<FONT SIZE=+1 COLOR=\"FFFFFF\"");
        wprintf("<B>Set/change %s</B>\n", description);
        wprintf("</FONT></TD></TR></TABLE>\n");
@@ -105,7 +105,7 @@ void select_floor_to_edit_pic(void)
 
        output_headers(1);
 
-       wprintf("<TABLE WIDTH=100% BORDER=0 BGCOLOR=770000><TR><TD>");
+       wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=770000><TR><TD>");
        wprintf("<FONT SIZE=+1 COLOR=\"FFFFFF\"");
        wprintf("<B>Select floor to edit label graphic</B>\n");
        wprintf("</FONT></TD></TR></TABLE>\n");