Author: eallen
Date: 2009-08-25 18:43:32 -0400 (Tue, 25 Aug 2009)
New Revision: 3589
Modified:
mgmt/trunk/cumin/python/cumin/grid/job.py
Log:
escape the job commands column for display
Modified: mgmt/trunk/cumin/python/cumin/grid/job.py
===================================================================
--- mgmt/trunk/cumin/python/cumin/grid/job.py 2009-08-25 22:28:04 UTC (rev 3588)
+++ mgmt/trunk/cumin/python/cumin/grid/job.py 2009-08-25 22:43:32 UTC (rev 3589)
@@ -113,7 +113,7 @@
return "Command"
def render_content(self, session, data):
- return fmt_shorten(data[self.name], 0, 16)
+ return fmt_shorten(escape_entity(data[self.name]), 0, 16)
class SubmissionJob(object):
def __init__(self, app, name, job, submission):
Show replies by date