Mercurial > p > roundup > code
diff roundup/templates/classic/html/issue.item @ 1371:56c5b4509378 maint-0.5
revert StringHTMLProperty to not hyperlink text by default (added doc too)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 13 Jan 2003 04:24:54 +0000 |
| parents | 83f33642d220 |
| children |
line wrap: on
line diff
--- a/roundup/templates/classic/html/issue.item Mon Jan 13 02:45:09 2003 +0000 +++ b/roundup/templates/classic/html/issue.item Mon Jan 13 04:24:54 2003 +0000 @@ -140,7 +140,7 @@ </tr> <tr> <td colspan="4" class="content"> - <pre tal:content="structure msg/content">content</pre> + <pre tal:content="msg/content">content</pre> </td> </tr> </tal:block>
