projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89fad2c
)
Use the <tt> tag instead of <pre> tag to get code/file/warning lists to
author
Reid Spencer
<rspencer@reidspencer.com>
Fri, 17 Mar 2006 17:43:01 +0000
(17:43 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Fri, 17 Mar 2006 17:43:01 +0000
(17:43 +0000)
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
utils/NightlyTest.pl
patch
|
blob
|
history
diff --git
a/utils/NightlyTest.pl
b/utils/NightlyTest.pl
index c8fb302865a9af2610e01591622f36d2971ba351..db61914cddccada164d88c02e68a7c4d66d00534 100755
(executable)
--- a/
utils/NightlyTest.pl
+++ b/
utils/NightlyTest.pl
@@
-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