forked from openlp/openlp
fixed long line
This commit is contained in:
parent
9afa150f02
commit
7c69bad112
@ -1211,7 +1211,8 @@ class ServiceManager(QtGui.QWidget):
|
||||
# Add the image names of the service item.
|
||||
text += u'<ol>'
|
||||
for slide in range(len(item.get_frames())):
|
||||
text += u'<li><p>%s</p></li>' % item.get_frame_title(slide)
|
||||
text += u'<li><p>%s</p></li>' % \
|
||||
item.get_frame_title(slide)
|
||||
text += u'</ol>'
|
||||
if item.foot_text:
|
||||
# add footer
|
||||
|
Loading…
Reference in New Issue
Block a user