fix validator errors
authorGabor Greif <ggreif@gmail.com>
Wed, 11 Mar 2009 20:04:08 +0000 (20:04 +0000)
committerGabor Greif <ggreif@gmail.com>
Wed, 11 Mar 2009 20:04:08 +0000 (20:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66688 91177308-0d34-0410-b5e6-96231b3b80d8

docs/tutorial/LangImpl4.html
docs/tutorial/OCamlLangImpl1.html

index 7e1fcfa0ff524f5d37edb7d405e446330ccdafca..9a3bfd21471e73526f1ed6c1d5ec45efe46d0756 100644 (file)
@@ -87,7 +87,7 @@ entry:
 </pre>
 </div>
 
-Constant folding, as seen above, in particular, is a very common and very
+<p>Constant folding, as seen above, in particular, is a very common and very
 important optimization: so much so that many language implementors implement
 constant folding support in their AST representation.</p>
 
index 77b492fd5eb7a1dfafb2c731cfb5454453056e22..3c0fd8b1c690e4fa5a83eae459d6ea9a5d01b048 100644 (file)
@@ -277,7 +277,7 @@ and lex_ident buffer = parser
 </pre>
 </div>
 
-Numeric values are similar:</p>
+<p>Numeric values are similar:</p>
 
 <div class="doc_code">
 <pre>