From 6c63633545c254dc085402e0f927a6826d1dd229 Mon Sep 17 00:00:00 2001 From: Akinori Ito Date: Fri, 9 Nov 2001 04:59:17 +0000 Subject: Updates from 0.2.1 into 0.2.1-inu-1.5 --- w3mhelperpanel.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'w3mhelperpanel.c') 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("%s%s", htmlquote_str(type), htmlquote_str(viewer)); + printf("%s%s", html_quote(type), html_quote(viewer)); printf("%s\n", - htmlquote_str(type), MSG_DELETE); + html_quote(type), MSG_DELETE); } printf("\n", MSG_DOIT); -- cgit v1.2.3