Fix broken HTML
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 11 Jul 2011 09:19:59 +0000 (09:19 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 11 Jul 2011 09:19:59 +0000 (09:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1145081 13f79535-47bb-0310-9956-ffa450edef68

webapps/examples/jsp/tagplugin/if.jsp

index fd3eeb3..e9c6784 100644 (file)
   <body>
     <h1>Tag Plugin Examples - &lt;c:if></h1>
 
-    <hr>
-    </br>
-    <a href="notes.html">Plugin Introductory Notes<font <font color="#0000FF"></a>
+    <hr/>
     <br/>
-    <a href="howto.html">Brief Instructions for Writing Plugins<font color="#0000FF"></a>
+    <a href="notes.html">Plugin Introductory Notes</a>
+    <br/>
+    <a href="howto.html">Brief Instructions for Writing Plugins</a>
     <br/> <br/>
-    <hr>
+    <hr/>
 
-    <font color="#000000"/>
-    </br>
+    <br/>
     <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
 
     <h3>Set the test result to a variable</h3>