You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by rg...@apache.org on 2011/11/16 15:12:12 UTC

svn commit: r1202715 - /incubator/wookie/trunk/widgets/templates/browse/index.html

Author: rgardler
Date: Wed Nov 16 14:12:11 2011
New Revision: 1202715

URL: http://svn.apache.org/viewvc?rev=1202715&view=rev
Log:
fix typo in content-secondary ID

Modified:
    incubator/wookie/trunk/widgets/templates/browse/index.html

Modified: incubator/wookie/trunk/widgets/templates/browse/index.html
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/templates/browse/index.html?rev=1202715&r1=1202714&r2=1202715&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/templates/browse/index.html (original)
+++ incubator/wookie/trunk/widgets/templates/browse/index.html Wed Nov 16 14:12:11 2011
@@ -44,7 +44,7 @@
     </div> 
 
     <div data-role="content">
-      <div class="content-secondary" id="content.secondary">
+      <div class="content-secondary" id="content-secondary">
         ${content.secondary}
       </div>