summaryrefslogtreecommitdiff
path: root/utils/NightlyTestTemplate.html
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-03-21 01:21:39 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-03-21 01:21:39 +0000
commit7d6a5155a4bbdbe8fb7b34733ceb5c30e4fc03ba (patch)
treefa182bc5f66d0decbd50c92487fe21b8a4cabf21 /utils/NightlyTestTemplate.html
parentd465126f5d4c61318158876ead3e5b7309c8a0e5 (diff)
downloadllvm-7d6a5155a4bbdbe8fb7b34733ceb5c30e4fc03ba.tar.gz
llvm-7d6a5155a4bbdbe8fb7b34733ceb5c30e4fc03ba.tar.bz2
llvm-7d6a5155a4bbdbe8fb7b34733ceb5c30e4fc03ba.tar.xz
Cause the various warnings list to be generated via a <ul> list with
text enclosed in <tt>. This ensures that (a) the text is in a fixed width font (to indicated generated text) and (b) the text wraps without causing the page width to be extended. The main result of this is that the report will wrap to conform to the window size in which it is displayed instead of having a very wide length if a warning message is long. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26916 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/NightlyTestTemplate.html')
-rw-r--r--utils/NightlyTestTemplate.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html
index 5312ebb426..c38bb2e776 100644
--- a/utils/NightlyTestTemplate.html
+++ b/utils/NightlyTestTemplate.html
@@ -77,7 +77,7 @@
</ul>
<h2>Warnings during the build:</h2>
-<p>$WarningsList</p>
+$WarningsList
<br><br><center>
<table border="0" cellspacing="0" cellpadding="2"><tr><td bgcolor="#000000">
@@ -95,10 +95,10 @@
</ul><p>
<h2>Changes to Warnings:</h2>
-<ul>
-<li>Warnings Added: $WarningsAdded
-<li>Warnings Removed: $WarningsRemoved
-</ul><p>
+<p>Warnings Added:</p>
+$WarningsAdded
+<p>Warnings Removed:</p>
+$WarningsRemoved
<h2>Changes in the test suite:</h2>
<ul>