fixed long line

This commit is contained in:
Andreas Preikschat 2011-02-04 14:35:55 +01:00
parent 9afa150f02
commit 7c69bad112
1 changed files with 2 additions and 1 deletions

View File

@ -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