forked from openlp/openlp
Remove blank lines
This commit is contained in:
parent
f5f4226891
commit
51e644711d
@ -277,7 +277,6 @@ class ServiceItem(RegistryProperties):
|
|||||||
else:
|
else:
|
||||||
log.error('Invalid value renderer: {item}'.format(item=self.service_item_type))
|
log.error('Invalid value renderer: {item}'.format(item=self.service_item_type))
|
||||||
self.title = clean_tags(self.title)
|
self.title = clean_tags(self.title)
|
||||||
|
|
||||||
if not self.footer_html:
|
if not self.footer_html:
|
||||||
self.footer_html = '<br>'.join([_f for _f in self.raw_footer if _f])
|
self.footer_html = '<br>'.join([_f for _f in self.raw_footer if _f])
|
||||||
|
|
||||||
|
@ -129,7 +129,6 @@ class SongsTab(SettingsTab):
|
|||||||
self.neolatin_notation_radio_button.setText(
|
self.neolatin_notation_radio_button.setText(
|
||||||
translate('SongsPlugin.SongsTab', 'Neo-Latin') + ' (Do-Re-Mi-Fa-Sol-La-Si)')
|
translate('SongsPlugin.SongsTab', 'Neo-Latin') + ' (Do-Re-Mi-Fa-Sol-La-Si)')
|
||||||
self.footer_group_box.setTitle(translate('SongsPlugin.SongsTab', 'Footer'))
|
self.footer_group_box.setTitle(translate('SongsPlugin.SongsTab', 'Footer'))
|
||||||
|
|
||||||
# Keep this in sync with the list in mediaitem.py
|
# Keep this in sync with the list in mediaitem.py
|
||||||
const = '<code>"{}"</code>'
|
const = '<code>"{}"</code>'
|
||||||
placeholders = [
|
placeholders = [
|
||||||
@ -157,7 +156,6 @@ class SongsTab(SettingsTab):
|
|||||||
['ccli_number', translate('SongsPlugin.SongsTab', 'Song CCLI Number'), True, False],
|
['ccli_number', translate('SongsPlugin.SongsTab', 'Song CCLI Number'), True, False],
|
||||||
['topics', translate('SongsPlugin.SongsTab', 'Topics'), False, True],
|
['topics', translate('SongsPlugin.SongsTab', 'Topics'), False, True],
|
||||||
]
|
]
|
||||||
|
|
||||||
placeholder_info = '<table style="background: #eee">\n<tr><th><b>{ph}</b></th><th><b>{desc}</b></th></tr>\n'\
|
placeholder_info = '<table style="background: #eee">\n<tr><th><b>{ph}</b></th><th><b>{desc}</b></th></tr>\n'\
|
||||||
.format(ph=translate('SongsPlugin.SongsTab', 'Placeholder'),
|
.format(ph=translate('SongsPlugin.SongsTab', 'Placeholder'),
|
||||||
desc=translate('SongsPlugin.SongsTab', 'Description'))
|
desc=translate('SongsPlugin.SongsTab', 'Description'))
|
||||||
|
Loading…
Reference in New Issue
Block a user