1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-29 13:37:15 +00:00

Use the <tt> tag instead of <pre> tag to get code/file/warning lists to

wrap but also still be in a fixed-width font.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26825 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2006-03-17 17:43:01 +00:00
parent 89fad2c3b2
commit a165d57dad

@ -151,7 +151,7 @@ sub AddRecord {
sub AddPreTag { # Add pre tags around nonempty list, or convert to "none" sub AddPreTag { # Add pre tags around nonempty list, or convert to "none"
$_ = shift; $_ = shift;
if (length) { return "<ul><pre>$_</pre></ul>"; } else { "<b>none</b><br>"; } if (length) { return "<ul><tt>$_</tt></ul>"; } else { "<b>none</b><br>"; }
} }
sub ChangeDir { # directory, logical name sub ChangeDir { # directory, logical name