From 51e644711d061829cb5bf646d0079fd1762ab98b Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Mon, 12 Jun 2017 22:53:08 +0200 Subject: [PATCH] Remove blank lines --- openlp/core/lib/serviceitem.py | 1 - openlp/plugins/songs/lib/songstab.py | 2 -- 2 files changed, 3 deletions(-) diff --git a/openlp/core/lib/serviceitem.py b/openlp/core/lib/serviceitem.py index d107c47e6..016109024 100644 --- a/openlp/core/lib/serviceitem.py +++ b/openlp/core/lib/serviceitem.py @@ -277,7 +277,6 @@ class ServiceItem(RegistryProperties): else: log.error('Invalid value renderer: {item}'.format(item=self.service_item_type)) self.title = clean_tags(self.title) - if not self.footer_html: self.footer_html = '
'.join([_f for _f in self.raw_footer if _f]) diff --git a/openlp/plugins/songs/lib/songstab.py b/openlp/plugins/songs/lib/songstab.py index 575b77bbd..585c4266e 100644 --- a/openlp/plugins/songs/lib/songstab.py +++ b/openlp/plugins/songs/lib/songstab.py @@ -129,7 +129,6 @@ class SongsTab(SettingsTab): self.neolatin_notation_radio_button.setText( translate('SongsPlugin.SongsTab', 'Neo-Latin') + ' (Do-Re-Mi-Fa-Sol-La-Si)') self.footer_group_box.setTitle(translate('SongsPlugin.SongsTab', 'Footer')) - # Keep this in sync with the list in mediaitem.py const = '"{}"' placeholders = [ @@ -157,7 +156,6 @@ class SongsTab(SettingsTab): ['ccli_number', translate('SongsPlugin.SongsTab', 'Song CCLI Number'), True, False], ['topics', translate('SongsPlugin.SongsTab', 'Topics'), False, True], ] - placeholder_info = '\n\n'\ .format(ph=translate('SongsPlugin.SongsTab', 'Placeholder'), desc=translate('SongsPlugin.SongsTab', 'Description'))
{ph}{desc}