[Python-checkins] r83131 - tracker/instances/python-dev/html/msg.item.html

ezio.melotti python-checkins at python.org
Sat Jul 24 14:54:09 CEST 2010


Author: ezio.melotti
Date: Sat Jul 24 14:54:08 2010
New Revision: 83131

Log:
Use pydev_hyperlinked in msg.item.html too.

Modified:
   tracker/instances/python-dev/html/msg.item.html

Modified: tracker/instances/python-dev/html/msg.item.html
==============================================================================
--- tracker/instances/python-dev/html/msg.item.html	(original)
+++ tracker/instances/python-dev/html/msg.item.html	Sat Jul 24 14:54:08 2010
@@ -95,7 +95,7 @@
   <td class="content" colspan=2
       tal:condition="python:context.content.is_view_ok()">
       <pre
-      tal:content="structure python:utils.localReplace(context.content.hyperlinked())"></pre></td>
+      tal:content="structure msg/content/pydev_hyperlinked"></pre></td>
   <td class="content" colspan=2
       tal:condition="python:not context.content.is_view_ok()">
             Message has been classified as spam and is therefore not


More information about the Python-checkins mailing list