6841: Fix RTL text style bug

svn: r22618
This commit is contained in:
Nick Hall 2013-06-27 13:08:25 +00:00
parent 4664f77608
commit 766320ae8b

View File

@ -71,7 +71,7 @@ class RecordsGramplet(Gramplet):
rank = number
self.append_text("\n %s. " % (rank+1))
self.link(cuni(name), handletype, handle)
self.append_text(" (%s)" % str(value))
self.append_text(" (%s)" % value)
self.append_text("\n")
self.append_text("", scroll_to='begin')
yield False