diff options
author | Akinori Ito <aito@eie.yz.yamagata-u.ac.jp> | 2001-11-09 04:59:17 +0000 |
---|---|---|
committer | Akinori Ito <aito@eie.yz.yamagata-u.ac.jp> | 2001-11-09 04:59:17 +0000 |
commit | 6c63633545c254dc085402e0f927a6826d1dd229 (patch) | |
tree | 0126fb5598304c713ea1276e294da9098b5df3b4 /w3mhelperpanel.c | |
parent | Initial revision (diff) | |
download | w3m-6c63633545c254dc085402e0f927a6826d1dd229.tar.gz w3m-6c63633545c254dc085402e0f927a6826d1dd229.zip |
Updates from 0.2.1 into 0.2.1-inu-1.5release-0-2-1-inu-1-5
Diffstat (limited to '')
-rw-r--r-- | w3mhelperpanel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/w3mhelperpanel.c b/w3mhelperpanel.c index ab8eef6..7862e47 100644 --- a/w3mhelperpanel.c +++ b/w3mhelperpanel.c @@ -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); |