Mercurial > p > roundup > code
diff templates/classic/html/issue.item.html @ 1773:5f15fb95180c
various cosmetic fixes
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Thu, 28 Aug 2003 05:53:40 +0000 |
| parents | 14a2f1529759 |
| children | fad32dafc174 |
line wrap: on
line diff
--- a/templates/classic/html/issue.item.html Thu Aug 28 05:15:50 2003 +0000 +++ b/templates/classic/html/issue.item.html Thu Aug 28 05:53:40 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>
