Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

htmlui: use span tag

Changeset 5c4e640895d8

Parent e3ba8ada6a82

by Steve Borho

Changes to one file · Browse files at 5c4e640895d8 Showing diff from parent e3ba8ada6a82 Diff from another changeset...

 
38
39
40
41
 
42
43
44
 
38
39
40
 
41
42
43
44
@@ -38,7 +38,7 @@
  msg = QtCore.Qt.escape(msg)   msg = msg.replace('\n', '<br />')   style = qtlib.geteffect(label) - return '<font style="%s">%s</font>' % (style, msg) + return '<span style="%s">%s</span>' % (style, msg)     def popbuffer(self, labeled=False):   b = self._buffers.pop()