Update of /cvsroot/tmda/tmda/contrib/cgi
In directory sc8-pr-cvs1:/tmp/cvs-serv29297

Modified Files:
        View.py 
Log Message:
Forgot to close one of my HTML cells.


Index: View.py
===================================================================
RCS file: /cvsroot/tmda/tmda/contrib/cgi/View.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- View.py     6 Dec 2002 17:06:24 -0000       1.6
+++ View.py     12 Dec 2002 22:04:59 -0000      1.7
@@ -169,7 +169,7 @@
     for Header in Defaults.SUMMARY_HEADERS:
       MsgHTML += """  <tr>
     <th>%s:</th>
-    <td width="5">
+    <td width="5"></td>
     <td>%s</td>
   </tr>
 """ % (Header.capitalize(), CgiUtil.Escape(MsgObj.msgobj[Header]))

_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs

Reply via email to