changeset 2206:8822a99f7650

merge from maint-0-6
author Richard Jones <richard@users.sourceforge.net>
date Sat, 10 Apr 2004 22:13:47 +0000
parents 4a157c198585
children a993c3dcac9b
files CHANGES.txt templates/classic/html/msg.item.html
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.txt	Fri Apr 09 22:42:11 2004 +0000
+++ b/CHANGES.txt	Sat Apr 10 22:13:47 2004 +0000
@@ -140,6 +140,7 @@
 Fixed:
 - paging in classhelp popup was broken
 - socket timeout error logging can fail
+- hyperlink designators in message display (sf bug 931828)
 
 
 2004-04-01 0.6.8
--- a/templates/classic/html/msg.item.html	Fri Apr 09 22:42:11 2004 +0000
+++ b/templates/classic/html/msg.item.html	Sat Apr 10 22:13:47 2004 +0000
@@ -31,7 +31,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>
 

Roundup Issue Tracker: http://roundup-tracker.org/