From 2539f9900b0e184e71e199cf01c6be129bfa48a0 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 11 Jul 2011 09:32:32 +0000 Subject: [PATCH] Fix broken HTML git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1145088 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/examples/jsp/tagplugin/choose.jsp | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/webapps/examples/jsp/tagplugin/choose.jsp b/webapps/examples/jsp/tagplugin/choose.jsp index e3c1e785d..96cc46e8a 100644 --- a/webapps/examples/jsp/tagplugin/choose.jsp +++ b/webapps/examples/jsp/tagplugin/choose.jsp @@ -21,19 +21,15 @@

Tag Plugin Examples - <c:choose>

-
-
- Plugin Introductory Notes +

-
Brief Instructions for Writing Plugins + Plugin Introductory Notes +
+ Brief Instructions for Writing Plugins

-
+
- -
+
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> @@ -41,16 +37,16 @@ FF"> # ${index}: - One!
+ One!
- Four!
+ Four!
- Three!
+ Three!
- Huh?
+ Huh?
-- 2.11.0