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 e03c968 commit 437368dCopy full SHA for 437368d
CHANGES.txt
@@ -5,6 +5,7 @@ are given with the most recent entry first.
5
Fixed:
6
- paging in classhelp popup was broken
7
- socket timeout error logging can fail
8
+- hyperlink designators in message display (sf bug 931828)
9
10
11
2004-04-01 0.6.8
templates/classic/html/msg.item.html
@@ -33,7 +33,7 @@ <h2>
33
<table class="messages">
34
<tr><th colspan=2 class="header">Content</th></tr>
35
<tr>
36
- <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>
37
</tr>
38
</table>
39
0 commit comments