[llvm-commits] CVS: llvm/utils/NightlyTestTemplate.html

Reid Spencer reid at x10sys.com
Sat Jan 28 11:45:00 PST 2006



Changes in directory llvm/utils:

NightlyTestTemplate.html updated: 1.42 -> 1.43
---
Log message:

Make long warnings wrap and have less indent so other portions of the page
are not skewed out of view.


---
Diffs of the changes:  (+1 -2)

 NightlyTestTemplate.html |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)


Index: llvm/utils/NightlyTestTemplate.html
diff -u llvm/utils/NightlyTestTemplate.html:1.42 llvm/utils/NightlyTestTemplate.html:1.43
--- llvm/utils/NightlyTestTemplate.html:1.42	Fri Oct 28 11:35:18 2005
+++ llvm/utils/NightlyTestTemplate.html	Sat Jan 28 13:44:48 2006
@@ -77,8 +77,7 @@
 </ul>
 
 <h2>Warnings during the build:</h2>
-<ul>$WarningsList
-</ul><p>
+<p>$WarningsList</p>
 
 <br><br><center>
 <table border="0" cellspacing="0" cellpadding="2"><tr><td bgcolor="#000000"> 






More information about the llvm-commits mailing list