[Python-checkins] CVS: python/dist/src/Doc/perl python.perl,1.109,1.110

Fred L. Drake fdrake@users.sourceforge.net
Wed, 26 Sep 2001 11:46:38 -0700


Update of /cvsroot/python/python/dist/src/Doc/perl
In directory usw-pr-cvs1:/tmp/cvs-serv1837/perl

Modified Files:
	python.perl 
Log Message:
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.


Index: python.perl
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/perl/python.perl,v
retrieving revision 1.109
retrieving revision 1.110
diff -C2 -d -r1.109 -r1.110
*** python.perl	2001/08/20 21:36:38	1.109
--- python.perl	2001/09/26 18:46:36	1.110
***************
*** 214,218 ****
      return use_wrappers(@_[0], '<span class="email">', '</span>'); }
  sub do_cmd_mailheader{
!     return use_wrappers(@_[0], '<tt class="mimeheader">', '</tt>'); }
  sub do_cmd_mimetype{
      return use_wrappers(@_[0], '<span class="mimetype">', '</span>'); }
--- 214,218 ----
      return use_wrappers(@_[0], '<span class="email">', '</span>'); }
  sub do_cmd_mailheader{
!     return use_wrappers(@_[0], '<span class="mailheader">', ':</span>'); }
  sub do_cmd_mimetype{
      return use_wrappers(@_[0], '<span class="mimetype">', '</span>'); }