Mercurial > p > roundup > code
diff roundup/templates/classic/html/issue.item @ 1374:8e4c3e8de96f
fix StringHTMLProperty hyperlinking
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 13 Jan 2003 23:30:44 +0000 |
| parents | 6a54b51b1784 |
| children | f7b41db155d2 |
line wrap: on
line diff
--- a/roundup/templates/classic/html/issue.item Mon Jan 13 22:26:57 2003 +0000 +++ b/roundup/templates/classic/html/issue.item Mon Jan 13 23:30:44 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>
