Use <tt> around header names

llvm-svn: 17256
diff --git a/llvm/docs/CodingStandards.html b/llvm/docs/CodingStandards.html
index 51c8f23..0073e42 100644
--- a/llvm/docs/CodingStandards.html
+++ b/llvm/docs/CodingStandards.html
@@ -592,8 +592,9 @@
 good way to avoid documentation, and avoid giving bugs a place to hide.</p>
 
 <p>For these reasons, come to know and love the contents of your local
-&lt;algorithm&gt; header file.  Know about &lt;functional&gt; and what it can do
-for you.  C++ is just a tool that wants you to master it. :)</p>
+<tt>&lt;algorithm&gt;</tt> header file.  Know about <tt>&lt;functional&gt;</tt>
+and what it can do for you.  C++ is just a tool that wants you to master it.
+:)</p>
 
 </div>