Skip to content

Commit 437368d

Browse files
author
Richard Jones
committed
hyperlink designators in message display [SF#931828]
1 parent e03c968 commit 437368d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ are given with the most recent entry first.
55
Fixed:
66
- paging in classhelp popup was broken
77
- socket timeout error logging can fail
8+
- hyperlink designators in message display (sf bug 931828)
89

910

1011
2004-04-01 0.6.8

templates/classic/html/msg.item.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h2>
3333
<table class="messages">
3434
<tr><th colspan=2 class="header">Content</th></tr>
3535
<tr>
36-
<td class="content" colspan=2><pre tal:content="context/content"></pre></td>
36+
<td class="content" colspan=2><pre tal:content="structure context/content/hyperlinked"></pre></td>
3737
</tr>
3838
</table>
3939

0 commit comments

Comments
 (0)