From 1c8e88cfd05e994f557641df9872d00428a345a8 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 11 Jul 2011 09:31:09 +0000 Subject: [PATCH] Fix broken HTML git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1145086 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/examples/jsp/tagplugin/foreach.jsp | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/webapps/examples/jsp/tagplugin/foreach.jsp b/webapps/examples/jsp/tagplugin/foreach.jsp index 7ca737e87..a5a3e52d0 100644 --- a/webapps/examples/jsp/tagplugin/foreach.jsp +++ b/webapps/examples/jsp/tagplugin/foreach.jsp @@ -21,18 +21,15 @@

Tag Plugin Examples - <c:forEach>

-
-
- 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" %> <%@ page import="java.util.Vector" %> -- 2.11.0