]> granicus.if.org Git - icu/commitdiff
ICU-9950 improve review tool
authorSteven R. Loomis <srl@icu-project.org>
Tue, 1 Oct 2013 00:38:52 +0000 (00:38 +0000)
committerSteven R. Loomis <srl@icu-project.org>
Tue, 1 Oct 2013 00:38:52 +0000 (00:38 +0000)
X-SVN-Rev: 34500

tools/trac/IcuCodeTools/0.12/icucodetools/review.py

index a310921ea958b1a37544a27a4dbd156ecfd0e6c6..42809435033578f897ab3e71829ab1bf9eab2363 100755 (executable)
@@ -92,8 +92,8 @@ class ReviewModule(Component):
         else:
             str = ' %d commits.' % len(revs)
             href = req.href.review(req.args['ticket'])
-            a = tag.a('Review', href=href)
-            li = tag.li(a + str)
+            a = tag.a('Review' + str, href=href)
+            li = tag.li(a)
             els.append(li)            
         
         ul = tag.ul(els, class_='review')