Author: kkolinko
Date: Wed Dec 23 12:36:57 2009
New Revision: 893493
URL: http://svn.apache.org/viewvc?rev=893493&view=rev
Log:
Properly close <head> tags in tagplugin documentation pages.
Modified:
tomcat/trunk/webapps/examples/jsp/tagplugin/howto.html
tomcat/trunk/webapps/examples/jsp/tagplugin/notes.html
Modified: tomcat/trunk/webapps/examples/jsp/tagplugin/howto.html
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/tagplugin/howto.html?rev=893493&r1=893492&r2=893493&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/tagplugin/howto.html (original)
+++ tomcat/trunk/webapps/examples/jsp/tagplugin/howto.html Wed Dec 23 12:36:57
2009
@@ -17,6 +17,8 @@
<html>
<head>
<title>Tag Plugin Implementation</title>
+ </head>
+ <body>
<h2>How to write tag plugins</h2>
<p>
To write a plugin, you'll need to download the source for Tomcat 5.
@@ -39,5 +41,5 @@
classes.
</li>
</ol>
- </head>
+ </body>
</html>
Modified: tomcat/trunk/webapps/examples/jsp/tagplugin/notes.html
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/tagplugin/notes.html?rev=893493&r1=893492&r2=893493&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/tagplugin/notes.html (original)
+++ tomcat/trunk/webapps/examples/jsp/tagplugin/notes.html Wed Dec 23 12:36:57
2009
@@ -17,6 +17,8 @@
<html>
<head>
<title>Tag Plugin Introduction</title>
+ </head>
+ <body>
<h2>Tag Plugins: Introductory Notes</h2>
<p>
Tomcat 5 provides a framework for implementing tag plugins. The
@@ -34,6 +36,6 @@
They do serve as examples to show plugins in action (just
examine the generated Java files), and how they can be implemented.
</p>
- </head>
+ </body>
</html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]