Author: hermanns
Date: Wed Dec 6 14:37:53 2006
New Revision: 483267
URL: http://svn.apache.org/viewvc?view=rev&rev=483267
Log:
Showcase Examples Broken
o fixed wrong image link in help page
Issue Number: WW-1538
Modified:
struts/struts2/trunk/apps/showcase/src/main/webapp/help.jsp
Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/help.jsp
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/help.jsp?view=diff&rev=483267&r1=483266&r2=483267
==============================================================================
--- struts/struts2/trunk/apps/showcase/src/main/webapp/help.jsp (original)
+++ struts/struts2/trunk/apps/showcase/src/main/webapp/help.jsp Wed Dec 6
14:37:53 2006
@@ -25,7 +25,7 @@
</div>
<div id="local">
- <img src='<s:url value="/images/logo.png"/>' alt="Struts Logo"
width="290" height="80"/>
+ <img src='<s:url value="/images/struts.gif"/>' alt="Struts Logo"
width="290" height="80"/>
</div>
</body>
</html>