mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 14:35:54 +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. llvm-svn: 26825
This commit is contained in:
parent
647503bccc
commit
ee167cb334
@ -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