You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ba...@apache.org on 2013/08/07 07:53:51 UTC

svn commit: r1511183 - in /tomcat/taglibs/standard/trunk/examples/src/main/webapp: sql/index.jsp tlv/index.html

Author: bayard
Date: Wed Aug  7 05:53:51 2013
New Revision: 1511183

URL: http://svn.apache.org/r1511183
Log:
Fixed titles

Modified:
    tomcat/taglibs/standard/trunk/examples/src/main/webapp/sql/index.jsp
    tomcat/taglibs/standard/trunk/examples/src/main/webapp/tlv/index.html

Modified: tomcat/taglibs/standard/trunk/examples/src/main/webapp/sql/index.jsp
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/examples/src/main/webapp/sql/index.jsp?rev=1511183&r1=1511182&r2=1511183&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/examples/src/main/webapp/sql/index.jsp (original)
+++ tomcat/taglibs/standard/trunk/examples/src/main/webapp/sql/index.jsp Wed Aug  7 05:53:51 2013
@@ -1,7 +1,7 @@
 <html><!-- #BeginTemplate "/Templates/ExamplesTemplate.dwt" -->
 <head>
     <!-- #BeginEditable "doctitle" -->
-    <title>Untitled Document</title>
+    <title>JSTL: SQL Tags Examples</title>
     <!-- #EndEditable -->
     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
     <link rel="stylesheet" href="../global.css" type="text/css">

Modified: tomcat/taglibs/standard/trunk/examples/src/main/webapp/tlv/index.html
URL: http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/examples/src/main/webapp/tlv/index.html?rev=1511183&r1=1511182&r2=1511183&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/examples/src/main/webapp/tlv/index.html (original)
+++ tomcat/taglibs/standard/trunk/examples/src/main/webapp/tlv/index.html Wed Aug  7 05:53:51 2013
@@ -1,7 +1,7 @@
 <html><!-- #BeginTemplate "/Templates/ExamplesTemplate.dwt" -->
 <head>
     <!-- #BeginEditable "doctitle" -->
-    <title>Tag Library Validators Examples</title>
+    <title>JSTL: Tag Library Validators Examples</title>
     <!-- #EndEditable -->
     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
     <link rel="stylesheet" href="../global.css" type="text/css">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org