You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by jm...@apache.org on 2007/03/20 02:23:31 UTC

svn commit: r520205 - /struts/struts2/trunk/apps/showcase/src/main/webapp/freemarker/index.jsp

Author: jmitchell
Date: Mon Mar 19 18:23:31 2007
New Revision: 520205

URL: http://svn.apache.org/viewvc?view=rev&rev=520205
Log:
WW-1824 Fix list item formatting -- patch provided by Claus Ibsen

Modified:
    struts/struts2/trunk/apps/showcase/src/main/webapp/freemarker/index.jsp

Modified: struts/struts2/trunk/apps/showcase/src/main/webapp/freemarker/index.jsp
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/src/main/webapp/freemarker/index.jsp?view=diff&rev=520205&r1=520204&r2=520205
==============================================================================
--- struts/struts2/trunk/apps/showcase/src/main/webapp/freemarker/index.jsp (original)
+++ struts/struts2/trunk/apps/showcase/src/main/webapp/freemarker/index.jsp Mon Mar 19 18:23:31 2007
@@ -11,7 +11,8 @@
         <li>
             <s:url id="url" action="customFreemarkerManagerDemo" namespace="/freemarker" />
             <s:a href="%{#url}">Demo of usage of a Custom Freemarker Manager</s:a>
-            <p/>
+        </li>
+        <li>
             <s:url id="url" action="standardTags" namespace="/freemarker" />
             <s:a href="%{#url}">Demo of Standard Struts Freemarker Tags</s:a>
         </li>