r9767 - in helma-ng/trunk/apps: demo/skins storage/skins

[email protected] Thu, 14 May 2009 20:28:23 +0200 (CEST)
Newsgroups gmane.comp.java.helma.cvs
Message-ID <20090514182823.E1FCE3D0D6@mia>
Author: hannes
Date: 2009-05-14 20:28:23 +0200 (Thu, 14 May 2009)
New Revision: 9767

Modified:
   helma-ng/trunk/apps/demo/skins/continuation.txt
   helma-ng/trunk/apps/storage/skins/index.html
Log:
Minor cleanup

Details at http://dev.helma.org/trac/helma/changeset/9767

Modified: helma-ng/trunk/apps/demo/skins/continuation.txt
===================================================================
--- helma-ng/trunk/apps/demo/skins/continuation.txt	2009-05-14 18:28:21 UTC (rev 9766)
+++ helma-ng/trunk/apps/demo/skins/continuation.txt	2009-05-14 18:28:23 UTC (rev 9767)
@@ -6,14 +6,14 @@
 <% subskin 'welcome' | markdown %>
 
   This is a little game to show off continuations support in Helma NG.
-  All you'll have to do is answer a few easy questions.</p>
+  All you'll have to do is answer a few easy questions.
 
   > [Click here to start](<% session.first %>)
 
   What's special about this demo is that all pages are generated by
   [one single JavaScript function][1] providing multiple action callbacks. 
   Local variables are stored in the HTTP user session, so no extra effort is required to
-  manage state between pages.</p>
+  manage state between pages.
 
   [1]: http://dev.helma.org/trac/helma/browser/helma-ng/trunk/apps/demo/actions.js#L51
 

Modified: helma-ng/trunk/apps/storage/skins/index.html
===================================================================
--- helma-ng/trunk/apps/storage/skins/index.html	2009-05-14 18:28:21 UTC (rev 9766)
+++ helma-ng/trunk/apps/storage/skins/index.html	2009-05-14 18:28:23 UTC (rev 9767)
@@ -24,14 +24,13 @@
 ### Available Books
 
 <table cellspacing="0" cellpadding="3">
-<% for book in <% books %> render book %>
+  <% for book in <% books %> render book %>
 </table>
 
 <% subskin 'book'  ----------------------------------- %>
-        
 <tr style="<% ifEven 'background-color: #eee;' %>">
    <td><% book.author.name %></td>
    <td><% book.title %></td>
    <td><a href="edit/<% book._id %>">[edit]</a></td>
    <td><a href="remove/<% book._id %>">[remove]</a></td>
-</tr>
+</tr>
\ No newline at end of file