From 590c8a362ba79f1d4e7f950b2e90e3b12607d364 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 11 Jul 2011 09:19:59 +0000 Subject: [PATCH] Fix broken HTML git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1145081 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/examples/jsp/tagplugin/if.jsp | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/webapps/examples/jsp/tagplugin/if.jsp b/webapps/examples/jsp/tagplugin/if.jsp index fd3eeb3ba..e9c678476 100644 --- a/webapps/examples/jsp/tagplugin/if.jsp +++ b/webapps/examples/jsp/tagplugin/if.jsp @@ -21,16 +21,15 @@

Tag Plugin Examples - <c:if>

-
-
- 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" %>

Set the test result to a variable

-- 2.11.0