From 337ac24a510265d53e0d216da82dbf5f2370be48 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 14 Dec 2009 20:48:21 +0000 Subject: [PATCH] Correct TLD URIs git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@890474 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/examples/jsp/simpletag/foo.jsp | 2 +- webapps/examples/jsp/source.jsp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapps/examples/jsp/simpletag/foo.jsp b/webapps/examples/jsp/simpletag/foo.jsp index bda0311d8..d86fe0208 100644 --- a/webapps/examples/jsp/simpletag/foo.jsp +++ b/webapps/examples/jsp/simpletag/foo.jsp @@ -16,7 +16,7 @@ limitations under the License. --> -<%@ taglib uri="http://tomcat.apache.org/examples-taglib" prefix="eg"%> +<%@ taglib uri="http://tomcat.apache.org/example-taglib" prefix="eg"%> Radio stations that rock: diff --git a/webapps/examples/jsp/source.jsp b/webapps/examples/jsp/source.jsp index 1d49a0d6e..db094cf39 100644 --- a/webapps/examples/jsp/source.jsp +++ b/webapps/examples/jsp/source.jsp @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<%@ taglib uri="http://tomcat.apache.org/examples-taglib" +<%@ taglib uri="http://tomcat.apache.org/example-taglib" prefix="eg" %> -- 2.11.0