llvm/docs/*.html: Fix markups.
[oota-llvm.git] / docs / TableGenFundamentals.html
index 45baf198454e62dbf63607da6b265aff3c66b6cc..b401c7a49f0967c4ac32d984e5cfc04db2d72ae0 100644 (file)
@@ -420,7 +420,7 @@ which case the user must specify it explicitly.</dd>
 <dt><tt>str1#str2</tt></dt>
   <dd>"#" (paste) is a shorthand for !strconcat.  It may concatenate
   things that are not quoted strings, in which case an implicit
-  !cast<string> is done on the operand of the paste.</dd>
+  !cast&lt;string&gt; is done on the operand of the paste.</dd>
 <dt><tt>!cast&lt;type&gt;(a)</tt></dt>
   <dd>A symbol of type <em>type</em> obtained by looking up the string 'a' in
 the symbol table.  If the type of 'a' does not match <em>type</em>, TableGen