Mercurial > p > roundup > code
diff templates/classic/html/msg.item.html @ 2204:10bb5de34eec maint-0.6
hyperlink designators in message display [SF#931828]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 10 Apr 2004 22:10:25 +0000 |
| parents | 21312a7564fd |
| children |
line wrap: on
line diff
--- a/templates/classic/html/msg.item.html Fri Apr 09 01:31:16 2004 +0000 +++ b/templates/classic/html/msg.item.html Sat Apr 10 22:10:25 2004 +0000 @@ -33,7 +33,7 @@ <table class="messages"> <tr><th colspan=2 class="header">Content</th></tr> <tr> - <td class="content" colspan=2><pre tal:content="context/content"></pre></td> + <td class="content" colspan=2><pre tal:content="structure context/content/hyperlinked"></pre></td> </tr> </table>
