Replace occurrences of % throughout the HTML with %% so as to be friendly
[citadel.git] / webcit / auth.c
index 5ec9b829ee8c876ebec95a028d4892a1c2621dee..df051242c67f70302a400aaab1f7de089763f377 100644 (file)
@@ -276,7 +276,7 @@ void display_reg(int during_login)
 
        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\"");
        wprintf("<B>Enter registration info</B>\n");
        wprintf("</FONT></TD></TR></TABLE>\n");
@@ -379,7 +379,7 @@ void display_changepw(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>Change your password</B>\n");
        wprintf("</FONT></TD></TR></TABLE>\n");