llvm/docs/*.html: Fix markups.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153508 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html
index f00caa3..5390a7a 100644
--- a/docs/CodingStandards.html
+++ b/docs/CodingStandards.html
@@ -465,7 +465,7 @@
 <p>Consider the use of LLVM as a JIT linked into another application (perhaps
 for <a href="http://llvm.org/Users.html">OpenGL, custom languages</a>,
 <a href="http://llvm.org/devmtg/2010-11/Gritz-OpenShadingLang.pdf">shaders in
-movies</a>, etc</a>).  Due to the design of static constructors, they must be
+movies</a>, etc).  Due to the design of static constructors, they must be
 executed at startup time of the entire application, regardless of whether or
 how LLVM is used in that larger application.  There are two problems with
 this:</p>