From: markt Date: Mon, 14 Dec 2009 20:48:21 +0000 (+0000) Subject: Correct TLD URIs X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=337ac24a510265d53e0d216da82dbf5f2370be48;p=tomcat7.0 Correct TLD URIs git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@890474 13f79535-47bb-0310-9956-ffa450edef68 --- 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" %>