diff doc/customizing.txt @ 3123:5894c7bea8ce

*** empty log message ***
author Richard Jones <richard@users.sourceforge.net>
date Fri, 28 Jan 2005 05:09:44 +0000
parents 6e8eb05435cf
children a2889d22db4a
line wrap: on
line diff
--- a/doc/customizing.txt	Fri Jan 28 05:08:47 2005 +0000
+++ b/doc/customizing.txt	Fri Jan 28 05:09:44 2005 +0000
@@ -2,7 +2,7 @@
 Customising Roundup
 ===================
 
-:Version: $Revision: 1.168 $
+:Version: $Revision: 1.169 $
 
 .. This document borrows from the ZopeBook section on ZPT. The original is at:
    http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -2635,10 +2635,10 @@
 
 3. add the property to the issue.index.html page::
 
-   (in the heading row)
-     <th tal:condition="request/show/due_date">Due Date</th>
-   (in the data row)
-     <td tal:condition="request/show/priority" tal:content="i/due_date" />
+    (in the heading row)
+      <th tal:condition="request/show/due_date">Due Date</th>
+    (in the data row)
+      <td tal:condition="request/show/priority" tal:content="i/due_date" />
 
 4. add the property to the issue.search.html page::
 

Roundup Issue Tracker: http://roundup-tracker.org/