From 1f5f457786c5a3be6cf759d91af863a541583673 Mon Sep 17 00:00:00 2001 From: Ken Roberts Date: Mon, 16 May 2016 06:44:57 -0700 Subject: [PATCH] pep8 --- openlp/core/lib/htmlbuilder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openlp/core/lib/htmlbuilder.py b/openlp/core/lib/htmlbuilder.py index de6104ac9..364b52faa 100644 --- a/openlp/core/lib/htmlbuilder.py +++ b/openlp/core/lib/htmlbuilder.py @@ -650,7 +650,7 @@ def build_lyrics_css(item): :param item: Service Item containing theme and location information """ - # TODO: Verify this before converting to python3 + # TODO: Verify this before converting to python3 style = """ .lyricstable { z-index: 5; @@ -681,7 +681,7 @@ def build_lyrics_css(item): '{shadow2}px;'.format(theme=theme_data.font_main_shadow_color, shadow1=theme_data.font_main_shadow_size, shadow2=theme_data.font_main_shadow_size) - lyrics_css = style %(lyricstable, lyrics, lyricsmain) + lyrics_css = style % (lyricstable, lyrics, lyricsmain) return lyrics_css