diff options
author | Fred Drake <fdrake@acm.org> | 2002-04-15 18:41:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-04-15 18:41:31 (GMT) |
commit | 8a5e6790d959cac49ab66cf4973b6ab6c3f397fd (patch) | |
tree | 96cb87290b85f8e467cea324bede4aca848fc47f /Doc/perl/l2hinit.perl | |
parent | eeb5ec42e03f7de46d60cfd547bc083071cb5745 (diff) | |
download | cpython-8a5e6790d959cac49ab66cf4973b6ab6c3f397fd.zip cpython-8a5e6790d959cac49ab66cf4973b6ab6c3f397fd.tar.gz cpython-8a5e6790d959cac49ab66cf4973b6ab6c3f397fd.tar.bz2 |
Clean up the application of style to verbatim text.
This moves styling to the stylesheet; the use of <dl> structures to control
style sometimes produced improper indentation of subsequent text in many
browsers when the text was already part of the <dl> structure (as in a
function or class description).
Diffstat (limited to 'Doc/perl/l2hinit.perl')
-rw-r--r-- | Doc/perl/l2hinit.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl index b7ade49..da371bd 100644 --- a/Doc/perl/l2hinit.perl +++ b/Doc/perl/l2hinit.perl @@ -577,7 +577,7 @@ sub set_depth_levels { # initialize() is called in the main LaTeX2HTML script (which happens # before style files are loaded). # -%declarations = ('preform' => '<dl><dd><pre class="verbatim"></pre></dl>', +%declarations = ('preform' => '<div class="verbatim"><pre></pre></div>', %declarations); |