We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d95cc commit 7418e36Copy full SHA for 7418e36
CHANGES.txt
@@ -140,6 +140,7 @@ Cleanup:
140
Fixed:
141
- paging in classhelp popup was broken
142
- socket timeout error logging can fail
143
+- hyperlink designators in message display (sf bug 931828)
144
145
146
2004-04-01 0.6.8
templates/classic/html/msg.item.html
@@ -31,7 +31,7 @@
31
<table class="messages">
32
<tr><th colspan=2 class="header">Content</th></tr>
33
<tr>
34
- <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>
35
</tr>
36
</table>
37
0 commit comments