Author: eallen
Date: 2008-08-21 11:05:39 -0400 (Thu, 21 Aug 2008)
New Revision: 2332
Modified:
mgmt/trunk/cumin/python/wooly/tables.py
Log:
Added closing / for <img> tags
Modified: mgmt/trunk/cumin/python/wooly/tables.py
===================================================================
--- mgmt/trunk/cumin/python/wooly/tables.py 2008-08-21 15:04:40 UTC (rev 2331)
+++ mgmt/trunk/cumin/python/wooly/tables.py 2008-08-21 15:05:39 UTC (rev 2332)
@@ -159,9 +159,9 @@
if sel is self.column:
if self.parent.reversed.get(session):
- return "<img
src=\"resource?name=sort-arrow-up.png\">"
+ return "<img src=\"resource?name=sort-arrow-up.png\"
/>"
else:
- return "<img
src=\"resource?name=sort-arrow-down.png\">"
+ return "<img src=\"resource?name=sort-arrow-down.png\"
/>"
class SqlTable(ItemTable):
def __init__(self, app, name):
Show replies by date