From 2718a97947f2f354ba6e341e7f6d6e3cc7303e17 Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 12 May 2010 22:40:54 +0000 Subject: [PATCH] Fix HTML niggles. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@943733 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/appdev/sample/index.html | 6 +++--- webapps/docs/appdev/sample/web/index.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/webapps/docs/appdev/sample/index.html b/webapps/docs/appdev/sample/index.html index 8a67a7d8c..294b8f9d8 100644 --- a/webapps/docs/appdev/sample/index.html +++ b/webapps/docs/appdev/sample/index.html @@ -38,9 +38,9 @@

If you just want to browse the contents, you can unpack the war file with the jar command. - - jar -xvf sample.war -

+
+        jar -xvf sample.war
+      
\ No newline at end of file diff --git a/webapps/docs/appdev/sample/web/index.html b/webapps/docs/appdev/sample/web/index.html index 81bd06356..bbb9997af 100644 --- a/webapps/docs/appdev/sample/web/index.html +++ b/webapps/docs/appdev/sample/web/index.html @@ -34,10 +34,10 @@ outlined in the Application Developer's Guide. -

To prove that they work, you can execute either of the following links: +

To prove that they work, you can execute either of the following links:

-- 2.11.0