mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +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:
parent
89fad2c3b2
commit
a165d57dad
@ -151,7 +151,7 @@ sub AddRecord {
|
||||
|
||||
sub AddPreTag { # Add pre tags around nonempty list, or convert to "none"
|
||||
$_ = 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
|
||||
|
Loading…
Reference in New Issue
Block a user