comparison roundup/templates/extended/htmlbase.py @ 250:1d428068485c

*gak* ... xmp is Old Skool apparently. Am using pre again by have the option on the plain() template function to escape the text for HTML.
author Richard Jones <richard@users.sourceforge.net>
date Thu, 27 Sep 2001 06:45:58 +0000
parents 9d651a24d9d2
children a671e5917b33
comparison
equal deleted inserted replaced
249:9d651a24d9d2 250:1d428068485c
190 <property name="author"> 190 <property name="author">
191 <td><display call="plain('author')"></td> 191 <td><display call="plain('author')"></td>
192 </property> 192 </property>
193 </tr> 193 </tr>
194 <tr bgcolor="ffeaff"> 194 <tr bgcolor="ffeaff">
195 <td colspan=2><xmp><display call="plain('content')"></xmp></td> 195 <td colspan=2><pre><display call="plain('content', escape=1)"></pre></td>
196 </tr> 196 </tr>
197 """ 197 """
198 198
199 msgDOTitem = """<!-- dollarId: msg.item,v 1.1 2001/07/23 04:21:20 richard Exp dollar--> 199 msgDOTitem = """<!-- dollarId: msg.item,v 1.1 2001/07/23 04:21:20 richard Exp dollar-->
200 <table border=0 cellspacing=0 cellpadding=2> 200 <table border=0 cellspacing=0 cellpadding=2>

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