[Checkins] SVN: zope2docs/trunk/zope2book/ScriptingZope.rst Applied patch from https://bugs.launchpad.net/zope2/+bug/436003

Hanno Schlichting hannosch at hannosch.eu
Thu Apr 1 16:49:38 EDT 2010


Log message for revision 110438:
  Applied patch from https://bugs.launchpad.net/zope2/+bug/436003
  

Changed:
  U   zope2docs/trunk/zope2book/ScriptingZope.rst

-=-
Modified: zope2docs/trunk/zope2book/ScriptingZope.rst
===================================================================
--- zope2docs/trunk/zope2book/ScriptingZope.rst	2010-04-01 20:19:20 UTC (rev 110437)
+++ zope2docs/trunk/zope2book/ScriptingZope.rst	2010-04-01 20:49:37 UTC (rev 110438)
@@ -53,8 +53,8 @@
 
 Calling scripts from Page Templates is much like calling them
 by URL or from Python. Just use standard TALES path
-expressions as described in the chapter entitled "Using Zope
-Page Templates.":ZPT.html>`_  For example::
+expressions as described in the chapter entitled `Using Zope
+Page Templates <ZPT.html>`_  For example::
 
   <div tal:replace="context/hippo/feed">
     Output of feed()
@@ -622,7 +622,7 @@
 Advanced Acquisition 
 --------------------
 
-In the chapter entitled "Acquisition":Acquisition.html>`_ , we
+In the chapter entitled `Acquisition <Acquisition.html>`_ , we
 introduced acquisition by containment, which we have been using
 throughout this chapter. In acquisition by containment, Zope
 looks for an object by going back up the containment hierarchy



More information about the checkins mailing list