mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 05:55:35 +00:00
ICU-11465 don't enclose the review body in an <OBJECT> tag
X-SVN-Rev: 36943
This commit is contained in:
parent
c7cd5c468b
commit
069313c959
1 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue