Make use of the new doc_author class.  "Seperate content from presentation" they said.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13675 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/TestingGuide.html b/docs/TestingGuide.html
index bfe8316..ab96ea6 100644
--- a/docs/TestingGuide.html
+++ b/docs/TestingGuide.html
@@ -26,7 +26,9 @@
 <li><a href="#run">Running the LLVM Tests</a></li>
 </ol>
 
-<p><b>Written by John T. Criswell</b></p>
+<div class="doc_author">
+  <p>Written by John T. Criswell</p>
+</div>
 
 <!--===============================================================-->
 <div class="doc_section"><a name="overview">Overview</a></div>