]> code.citadel.org Git - citadel.git/blobdiff - webcit/messages.c
Replace occurrences of % throughout the HTML with %% so as to be friendly
[citadel.git] / webcit / messages.c
index eafa14212d1d68e24b90d1b89137739a095a7ece..5ce75793a4197a67c57c795dc9e9c9d8096b88a2 100644 (file)
@@ -102,7 +102,7 @@ void read_message(long msgnum, int is_summary) {
                wprintf("<STRONG>ERROR:</STRONG> %s<BR>\n", &buf[4]);
                return;
        }
-       wprintf("<TABLE WIDTH=100% BORDER=0 CELLSPACING=0 CELLPADDING=1 BGCOLOR=000077><TR><TD>\n");
+       wprintf("<TABLE WIDTH=100%% BORDER=0 CELLSPACING=0 CELLPADDING=1 BGCOLOR=000077><TR><TD>\n");
        wprintf("<FONT ");
        if (!is_summary) wprintf("SIZE=+1 ");
        wprintf("COLOR=\"FFFF00\"> ");
@@ -421,7 +421,7 @@ void post_message(void)
 void prompt_for_recipient()
 {
 
-       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>Send private e-mail</B>\n");
        wprintf("</FONT></TD></TR></TABLE>\n");
@@ -511,7 +511,7 @@ void confirm_delete_msg(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>Confirm deletion of message</B>\n");
        wprintf("</FONT></TD></TR></TABLE>\n");
@@ -570,7 +570,7 @@ void confirm_move_msg(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>Confirm move of message</B>\n");
        wprintf("</FONT></TD></TR></TABLE>\n");