Updates from 0.2.1 into 0.2.1-inu-1.5

This commit is contained in:
Akinori Ito
2001-11-09 04:59:17 +00:00
parent 68a07bf03b
commit 6c63633545
246 changed files with 32763 additions and 21814 deletions

View File

@@ -96,9 +96,9 @@ printMailcapPanel(char *mailcap)
continue;
Strchop(tmp);
extractMailcapEntry(tmp->ptr, &type, &viewer);
printf("<tr valign=top><td><td>%s<td>%s<td>", htmlquote_str(type), htmlquote_str(viewer));
printf("<tr valign=top><td><td>%s<td>%s<td>", html_quote(type), html_quote(viewer));
printf("<input type=checkbox name=delete value=\"%s\">%s\n",
htmlquote_str(type), MSG_DELETE);
html_quote(type), MSG_DELETE);
}
printf("</table><input type=submit name=submit value=\"%s\"></form></body></html>\n",
MSG_DOIT);