Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- a/roundup/templates/extended/htmlbase.py Thu Sep 27 06:36:42 2001 +0000 +++ b/roundup/templates/extended/htmlbase.py Thu Sep 27 06:45:58 2001 +0000 @@ -192,7 +192,7 @@ </property> </tr> <tr bgcolor="ffeaff"> - <td colspan=2><xmp><display call="plain('content')"></xmp></td> + <td colspan=2><pre><display call="plain('content', escape=1)"></pre></td> </tr> """
