From 479384e1ff19cd9987ee89c64fb33030797b44f3 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 26 Sep 2001 18:46:36 +0000 Subject: Move the styling for the HTML version of \mailheader into the CSS file. In both the HTML and typeset versions of the documentation, add a colon after the name of a mail header so that it is more easily distinguished from other text. --- Doc/perl/python.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/perl/python.perl') diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index 2f86de6400..13e7aac320 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -213,7 +213,7 @@ sub do_cmd_longprogramopt{ sub do_cmd_email{ return use_wrappers(@_[0], '', ''); } sub do_cmd_mailheader{ - return use_wrappers(@_[0], '', ''); } + return use_wrappers(@_[0], '', ':'); } sub do_cmd_mimetype{ return use_wrappers(@_[0], '', ''); } sub do_cmd_var{ -- cgit v1.2.1