Add paragraph tags.
authorNick Lewycky <nicholas@mxc.ca>
Mon, 13 Apr 2009 02:03:40 +0000 (02:03 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 13 Apr 2009 02:03:40 +0000 (02:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68934 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GoldPlugin.html

index a16b1101ad199a3931f4d81a887ccfece42ec63c..ee014101bc24065661aa1ad6ed6b28e38c3d5a25 100644 (file)
@@ -139,10 +139,10 @@ $ llvm-gcc -use-gold-plugin a.o b.o -o main # &lt;-- link with LLVMgold plugin
 <div class="doc_section"><a name="licensing">Licensing</a></div>
 <!--=========================================================================-->
 <div class="doc_text">
-Gold is licensed under the GPLv3. LLVMgold uses the interface file
+  <p>Gold is licensed under the GPLv3. LLVMgold uses the interface file
 <tt>plugin-api.h</tt> from gold which means that the resulting LLVMgold.so
 binary is also GPLv3. This can still be used to link non-GPLv3 programs just
-as much as gold could without the plugin.
+as much as gold could without the plugin.</p>
 </div>
 
 <!-- *********************************************************************** -->