Author: markt
Date: Wed May 12 22:40:54 2010
New Revision: 943733

URL: http://svn.apache.org/viewvc?rev=943733&view=rev
Log:
Fix HTML niggles.

Modified:
    tomcat/trunk/webapps/docs/appdev/sample/index.html
    tomcat/trunk/webapps/docs/appdev/sample/web/index.html

Modified: tomcat/trunk/webapps/docs/appdev/sample/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/appdev/sample/index.html?rev=943733&r1=943732&r2=943733&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/appdev/sample/index.html (original)
+++ tomcat/trunk/webapps/docs/appdev/sample/index.html Wed May 12 22:40:54 2010
@@ -38,9 +38,9 @@
       <p>
         If you just want to browse the contents, you can unpack the war file 
         with the <b>jar</b> command.
-        <source>
-          jar -xvf sample.war
-        </source>
       </p>
+      <pre>
+        jar -xvf sample.war
+      </pre>
 </body>
 </html>
\ No newline at end of file

Modified: tomcat/trunk/webapps/docs/appdev/sample/web/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/appdev/sample/web/index.html?rev=943733&r1=943732&r2=943733&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/appdev/sample/web/index.html (original)
+++ tomcat/trunk/webapps/docs/appdev/sample/web/index.html Wed May 12 22:40:54 
2010
@@ -34,10 +34,10 @@ outlined in the Application Developer's 
 </tr>
 </table>
 
-<p>To prove that they work, you can execute either of the following links:
+<p>To prove that they work, you can execute either of the following links:</p>
 <ul>
-<li>To a <a href="hello.jsp">JSP page</a>.
-<li>To a <a href="hello">servlet</a>.
+<li>To a <a href="hello.jsp">JSP page</a>.</li>
+<li>To a <a href="hello">servlet</a>.</li>
 </ul>
 
 </body>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to