You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2011/08/08 01:30:58 UTC

svn commit: r1154792 - /tapestry/tapestry5/trunk/tapestry-core/src/test/app1/Index.tml

Author: hlship
Date: Sun Aug  7 23:30:57 2011
New Revision: 1154792

URL: http://svn.apache.org/viewvc?rev=1154792&view=rev
Log:
Correct the Test Index page's markup to allow the alpha links up top to correctly move to lettered section

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/test/app1/Index.tml

Modified: tapestry/tapestry5/trunk/tapestry-core/src/test/app1/Index.tml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/app1/Index.tml?rev=1154792&r1=1154791&r2=1154792&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/app1/Index.tml (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/app1/Index.tml Sun Aug  7 23:30:57 2011
@@ -21,7 +21,8 @@
 
 
 <t:loop source="alphaKeyItems.keySet()" value="key">
-    <h3 name="ix_${key}">${key}</h3>
+    <h3>${key}</h3>
+    <a name="ix_${key}"/>
 
     <ul>
         <li t:type="loop" source="itemsForKey()" value="item">