[llvm-commits] CVS: llvm-www/pubs/TEMPLATE-MSThesis.html 
    Misha Brukman 
    brukman at cs.uiuc.edu
       
    Wed May  4 23:03:32 PDT 2005
    
    
  
Changes in directory llvm-www/pubs:
TEMPLATE-MSThesis.html updated: 1.1 -> 1.2
---
Log message:
<ul> should not contain <p> elements directly
---
Diffs of the changes:  (+1 -1)
 TEMPLATE-MSThesis.html |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-www/pubs/TEMPLATE-MSThesis.html
diff -u llvm-www/pubs/TEMPLATE-MSThesis.html:1.1 llvm-www/pubs/TEMPLATE-MSThesis.html:1.2
--- llvm-www/pubs/TEMPLATE-MSThesis.html:1.1	Thu Feb 19 14:01:58 2004
+++ llvm-www/pubs/TEMPLATE-MSThesis.html	Thu May  5 01:03:21 2005
@@ -31,13 +31,13 @@
 <ul>
   <li><a href="PSFILE">TITLE</a> (PS)</li>
   <li><a href="PDFFILE">TITLE</a> (PDF)</li>
+</ul>
 
 <p>
    The "book form" is useful if you plan to print this out.  Print the file out
    double sided, fold it in half, and staple it in the middle of the page.  It
    dramatically reduces the number of pages of paper used.
 </p>
-</ul>
 
 <h2>BibTeX Entry:</h2>
 <pre>
    
    
More information about the llvm-commits
mailing list