diff roundup/templates/classic/html/msg.item @ 1133:36ec30d286ea

Cleaned up CHANGES/TODO Added try/finally to enforce db.close() Changed default classic issue item display to only show message summary
author Richard Jones <richard@users.sourceforge.net>
date Fri, 13 Sep 2002 00:08:44 +0000
parents 6b0d9ec988b8
children b862bbf2067a
line wrap: on
line diff
--- a/roundup/templates/classic/html/msg.item	Thu Sep 12 07:41:22 2002 +0000
+++ b/roundup/templates/classic/html/msg.item	Fri Sep 13 00:08:44 2002 +0000
@@ -20,7 +20,7 @@
 <table class="messages">
  <tr><th colspan=2 class="header">Content</th></tr>
  <tr>
-  <td colspan=2><pre tal:content="context/content"></pre></td>
+  <td class="content" colspan=2><pre tal:content="context/content"></pre></td>
  </tr>
 </table>
 

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