[Checkins] SVN: five.grok/trunk/src/five/grok/README.txt Prove that it really is a Zope 2 template

Martin Aspeli optilude at gmx.net
Sun Aug 3 20:05:59 EDT 2008


Log message for revision 89328:
  Prove that it really is a Zope 2 template
  

Changed:
  U   five.grok/trunk/src/five/grok/README.txt

-=-
Modified: five.grok/trunk/src/five/grok/README.txt
===================================================================
--- five.grok/trunk/src/five/grok/README.txt	2008-08-04 00:05:31 UTC (rev 89327)
+++ five.grok/trunk/src/five/grok/README.txt	2008-08-04 00:05:59 UTC (rev 89328)
@@ -71,7 +71,7 @@
     ...     grok.context(GrokVillage)
     ...     grok.name('inline')
 
-    <<< inlinegrokvillage = grok.PageTemplate(u'Village: <b tal:content="context/id"></b>')
+    <<< inlinegrokvillage = grok.PageTemplate(u'Village: <b tal:content="here/id"></b>')
 
 Or, we could specify the render() method explicitly:
 



More information about the Checkins mailing list