You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2010/06/29 21:06:43 UTC

svn commit: r959075 - /tomcat/trunk/webapps/examples/jsp/index.html

Author: kkolinko
Date: Tue Jun 29 19:06:43 2010
New Revision: 959075

URL: http://svn.apache.org/viewvc?rev=959075&view=rev
Log:
Correct broken link on the index.html page of the jsp examples.

Modified:
    tomcat/trunk/webapps/examples/jsp/index.html

Modified: tomcat/trunk/webapps/examples/jsp/index.html
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/examples/jsp/index.html?rev=959075&r1=959074&r2=959075&view=diff
==============================================================================
--- tomcat/trunk/webapps/examples/jsp/index.html (original)
+++ tomcat/trunk/webapps/examples/jsp/index.html Tue Jun 29 19:06:43 2010
@@ -268,7 +268,7 @@ This can be done using browser options.
 
 <td VALIGN=TOP WIDTH="30%"><a href="colors/colors.html"><img SRC="images/execute.gif" HSPACE=4 BORDER=0  align=TOP></a><a href="colors/colors.html">Execute</a></td>
 
-<td WIDTH="30%"><a href="colors/clr.html.html"><img SRC="images/code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="colors/clr.html">Source</a></td>
+<td WIDTH="30%"><a href="colors/clr.html"><img SRC="images/code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="colors/clr.html">Source</a></td>
 </tr>
 
 <tr VALIGN=TOP>



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