Replace occurrences of % throughout the HTML with %% so as to be friendly
[citadel.git] / webcit / userlist.c
index ca2fb3864987220bf45cc888a233718a01ecdc44..45ba3f421119d4aba3f915bb154e9fc7e144e0be 100644 (file)
@@ -57,7 +57,7 @@ void userlist(void)
                wprintf("<EM>%s</EM><BR>\n", &buf[4]);
                goto DONE;
        }
-       wprintf("<TABLE WIDTH=100% BORDER=0 BGCOLOR=007700><TR><TD>");
+       wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=007700><TR><TD>");
        wprintf("<FONT SIZE=+1 COLOR=\"FFFFFF\"");
        wprintf("<B>User list for ");
        escputs(serv_info.serv_humannode);
@@ -116,7 +116,7 @@ void showuser(void)
        output_headers(1);
 
 
-       wprintf("<TABLE WIDTH=100% BORDER=0 BGCOLOR=007700><TR><TD>");
+       wprintf("<TABLE WIDTH=100%% BORDER=0 BGCOLOR=007700><TR><TD>");
        wprintf("<FONT SIZE=+1 COLOR=\"FFFFFF\"<B>User profile");
        wprintf("</B></FONT></TD></TR></TABLE>\n");