From 796913920d8d802ccddbed01e10f34eaa6086d48 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Mon, 28 Jan 2002 14:44:56 +0000 Subject: [w3m-dev 02919] no need of width * scripts/w3mmail.cgi.in: no need width=80 for header field name From: Hironori Sakamoto --- scripts/w3mmail.cgi.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'scripts') diff --git a/scripts/w3mmail.cgi.in b/scripts/w3mmail.cgi.in index e888922..1dafac3 100755 --- a/scripts/w3mmail.cgi.in +++ b/scripts/w3mmail.cgi.in @@ -1,6 +1,6 @@ #!@PERL@ -$rcsid = q$Id: w3mmail.cgi.in,v 1.6 2002/01/27 18:59:58 ukai Exp $; +$rcsid = q$Id: w3mmail.cgi.in,v 1.7 2002/01/28 14:44:56 ukai Exp $; ($id = $rcsid) =~ s/^.*,v ([\d\.]*).*/$1/; ($prog=$0) =~ s/.*\///; @@ -40,19 +40,19 @@ if ($query =~ s/^\w+://) { print "\n"; if ($opt{'from'}) { $v = &lang_html_quote($opt{'from'}); - print "
From:$v\n"; + print "
From:$v\n"; print "\n"; delete $opt{'from'}; } foreach $h ('to', 'cc', 'bcc', 'subject') { $v = &lang_html_quote($opt{$h}); - print "
\u$h:\n"; + print "
\u$h:\n"; delete $opt{$h}; } foreach $h (keys %opt) { $qh = &html_quote($h); $v = &lang_html_quote($opt{$h}); - print "
\u$h:$v\n"; + print "
\u$h:$v\n"; print "\n"; } print "
\n"; @@ -114,17 +114,17 @@ if ($query =~ s/^\w+://) { print "
\n"; print "\n"; if ($opt{'from'}) { - print "
From:$v{'from'}\n"; + print "
From:$v{'from'}\n"; print "\n"; delete $opt{'from'}; } foreach $h ('to', 'cc', 'bcc', 'subject') { - print "
\u$h:\n"; + print "
\u$h:\n"; delete $opt{$h}; } foreach $h (keys %opt) { $qh = &html_quote($h); - print "
\u$qh:$v{$h}\n"; + print "
\u$qh:$v{$h}\n"; print "\n"; } print "
\n"; -- cgit v1.2.3