Author: ltheussl
Date: Wed Sep  7 08:44:44 2005
New Revision: 279355

URL: http://svn.apache.org/viewcvs?rev=279355&view=rev
Log:
Don't use list inside paragraph

Modified:
    maven/maven-1/plugins/trunk/pdf/xdocs/faq.fml

Modified: maven/maven-1/plugins/trunk/pdf/xdocs/faq.fml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/xdocs/faq.fml?rev=279355&r1=279354&r2=279355&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pdf/xdocs/faq.fml (original)
+++ maven/maven-1/plugins/trunk/pdf/xdocs/faq.fml Wed Sep  7 08:44:44 2005
@@ -22,12 +22,11 @@
     <faq id="how-use">
       <question>How do I use the PDF Plugin ?</question>
       <answer>
-        <p>
+          <p/>
           <ul>
-            <li>Firstly you must call the maven target <code>site</code> to 
generate all the xdocs files and the image ressources.</li>
+            <li>First you must call the maven target <code>site</code> to 
generate all the xdocs files and the image ressources.</li>
             <li>Then you can call the <code>pdf</code> target to generate the 
pdf documentation for your project.</li>
           </ul>
-        </p>
         <p>To automate the pdf creation you can add a post goal to the site 
like this :</p>
         <source><![CDATA[ 
 <postGoal name="site">



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to