From: kkolinko Date: Wed, 23 Dec 2009 12:36:57 +0000 (+0000) Subject: Properly close tags in tagplugin documentation pages. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d40acbe27038d2c46abc385698148c2cb2383258;p=tomcat7.0 Properly close tags in tagplugin documentation pages. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@893493 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/examples/jsp/tagplugin/howto.html b/webapps/examples/jsp/tagplugin/howto.html index 0c54dea1a..bc40e8695 100644 --- a/webapps/examples/jsp/tagplugin/howto.html +++ b/webapps/examples/jsp/tagplugin/howto.html @@ -17,6 +17,8 @@ Tag Plugin Implementation + +

How to write tag plugins

To write a plugin, you'll need to download the source for Tomcat 5. @@ -39,5 +41,5 @@ classes. - + diff --git a/webapps/examples/jsp/tagplugin/notes.html b/webapps/examples/jsp/tagplugin/notes.html index 1a21a1bab..bbd227719 100644 --- a/webapps/examples/jsp/tagplugin/notes.html +++ b/webapps/examples/jsp/tagplugin/notes.html @@ -17,6 +17,8 @@ Tag Plugin Introduction + +

Tag Plugins: Introductory Notes

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.

- +