Fix HTML niggles.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 12 May 2010 22:40:54 +0000 (22:40 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 12 May 2010 22:40:54 +0000 (22:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@943733 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/appdev/sample/index.html
webapps/docs/appdev/sample/web/index.html

index 8a67a7d..294b8f9 100644 (file)
@@ -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
index 81bd063..bbb9997 100644 (file)
@@ -34,10 +34,10 @@ outlined in the Application Developer's Guide.
 </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>