Mercurial > p > roundup > code
diff roundup/templates/classic/html/issue.item @ 1336:6a54b51b1784
hyperlinking of special message text
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sun, 15 Dec 2002 23:55:34 +0000 |
| parents | 3758a5af985f |
| children | 8e4c3e8de96f |
line wrap: on
line diff
--- a/roundup/templates/classic/html/issue.item Sun Dec 15 23:55:16 2002 +0000 +++ b/roundup/templates/classic/html/issue.item Sun Dec 15 23:55:34 2002 +0000 @@ -140,7 +140,7 @@ </tr> <tr> <td colspan="4" class="content"> - <pre tal:content="msg/content">content</pre> + <pre tal:content="structure msg/content">content</pre> </td> </tr> </tal:block>
