From 069313c959e255c0372cc741d68378e4e075af46 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Mon, 12 Jan 2015 20:18:44 +0000 Subject: [PATCH] ICU-11465 don't enclose the review body in an tag X-SVN-Rev: 36943 --- tools/trac/IcuCodeTools/0.12/icucodetools/review.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/trac/IcuCodeTools/0.12/icucodetools/review.py b/tools/trac/IcuCodeTools/0.12/icucodetools/review.py index 0aba799698f..a0bbefcbafb 100755 --- a/tools/trac/IcuCodeTools/0.12/icucodetools/review.py +++ b/tools/trac/IcuCodeTools/0.12/icucodetools/review.py @@ -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):