ICU-11465 don't enclose the review body in an <OBJECT> tag

X-SVN-Rev: 36943
This commit is contained in:
Steven R. Loomis 2015-01-12 20:18:44 +00:00
parent c7cd5c468b
commit 069313c959

View File

@ -1,4 +1,4 @@
# Copyright (C) 2007-2013 International Business Machines Corporation and Others. All Rights Reserved.
# Copyright (C) 2007-2015 International Business Machines Corporation and Others. All Rights Reserved.
# Review module.
# TODO: refactor ticket manipulation items into ticketmgr.
@ -100,7 +100,7 @@ class ReviewModule(Component):
ul = tag.ul(els, class_='review')
className = ''
title = "Reviews"
add_ctxtnav(req, tag.span(tag.object(ul), id='icureview', title=title, class_=className))
add_ctxtnav(req, tag.span(ul, id='icureview', title=title, class_=className))
def match_request(self, req):