[Checkins] SVN: grok/trunk/grokblog/src/grokblog/entry_templates/index.pt use tal:block

Martijn Faassen faassen at infrae.com
Thu Dec 7 16:53:50 EST 2006


Log message for revision 71501:
  use tal:block

Changed:
  U   grok/trunk/grokblog/src/grokblog/entry_templates/index.pt

-=-
Modified: grok/trunk/grokblog/src/grokblog/entry_templates/index.pt
===================================================================
--- grok/trunk/grokblog/src/grokblog/entry_templates/index.pt	2006-12-07 21:53:27 UTC (rev 71500)
+++ grok/trunk/grokblog/src/grokblog/entry_templates/index.pt	2006-12-07 21:53:49 UTC (rev 71501)
@@ -9,6 +9,6 @@
       (<span class="published" tal:content="context/published"/>)
     </h1>
     <a tal:attributes="href python:view.url('edit')">edit...</a>
-    <p tal:content="structure context/@@body"/>
+    <tal:block content="structure context/@@body"/>
   </body>
 </html>



More information about the Checkins mailing list