Mercurial > p > roundup > code
diff templates/classic/html/issue.item.html @ 1774:ae5ed85b111a maint-0.6
merge from HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 28 Aug 2003 05:55:34 +0000 |
| parents | f7e98ed53a48 |
| children | fad32dafc174 |
line wrap: on
line diff
--- a/templates/classic/html/issue.item.html Thu Aug 28 05:20:40 2003 +0000 +++ b/templates/classic/html/issue.item.html Thu Aug 28 05:55:34 2003 +0000 @@ -146,7 +146,7 @@ </tr> <tr> <td colspan="4" class="content"> - <pre tal:content="msg/content">content</pre> + <pre tal:content="structure msg/content/hyperlinked">content</pre> </td> </tr> </tal:block>
