Log message for revision 122248:
  chameleon compatibility

Changed:
  U   Zope/branches/2.13/src/Products/SiteErrorLog/www/showEntry.pt

-=-
Modified: Zope/branches/2.13/src/Products/SiteErrorLog/www/showEntry.pt
===================================================================
--- Zope/branches/2.13/src/Products/SiteErrorLog/www/showEntry.pt       
2011-07-14 18:42:31 UTC (rev 122247)
+++ Zope/branches/2.13/src/Products/SiteErrorLog/www/showEntry.pt       
2011-07-14 18:43:27 UTC (rev 122248)
@@ -20,7 +20,7 @@
 <table>
  <tr>
   <th align="left" valign="top">Time</th>
-  <td tal:content="python: DateTime(entry['time'])"></td>
+  <td tal:content="python: modules['DateTime'].DateTime(entry['time'])"></td>
  </tr>
  <tr>
   <th align="left" valign="top">User Name (User Id)</th>

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
https://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to