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

ezio.melotti python-checkins at python.org
Sat Jul 24 15:00:54 CEST 2010


Author: ezio.melotti
Date: Sat Jul 24 15:00:53 2010
New Revision: 83132

Log:
Use pydev_hyperlinked on the right object.

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 15:00:53 2010
@@ -95,7 +95,7 @@
   <td class="content" colspan=2
       tal:condition="python:context.content.is_view_ok()">
       <pre
-      tal:content="structure msg/content/pydev_hyperlinked"></pre></td>
+      tal:content="structure context/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