Use the <tt> tag instead of <pre> tag to get code/file/warning lists to
authorReid Spencer <rspencer@reidspencer.com>
Fri, 17 Mar 2006 17:43:01 +0000 (17:43 +0000)
committerReid 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

index c8fb302865a9af2610e01591622f36d2971ba351..db61914cddccada164d88c02e68a7c4d66d00534 100755 (executable)
@@ -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