Mercurial > p > roundup > code
diff doc/customizing.txt @ 3648:d1b38bde7d5a
fix rest
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 07 Aug 2006 07:21:38 +0000 |
| parents | d4112ddfc0bb |
| children | 12633662ff63 |
line wrap: on
line diff
--- a/doc/customizing.txt Mon Aug 07 07:15:05 2006 +0000 +++ b/doc/customizing.txt Mon Aug 07 07:21:38 2006 +0000 @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.198 $ +:Version: $Revision: 1.199 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -2089,7 +2089,7 @@ <span tal:replace="structure context/due/popcal" /> you still need to include the ``field`` for the property, so - typically you'd have: + typically you'd have:: <span tal:replace="structure context/due/field" /> <span tal:replace="structure context/due/popcal" />
