From e8178b2569ccbbc8e955c93295f8e3b51bc1f069 Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Thu, 6 Dec 2012 12:05:09 +0100 Subject: [PATCH] swap lines --- openlp/core/lib/formattingtags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/lib/formattingtags.py b/openlp/core/lib/formattingtags.py index f79fb2341..c74b81d4d 100644 --- a/openlp/core/lib/formattingtags.py +++ b/openlp/core/lib/formattingtags.py @@ -163,8 +163,8 @@ class FormattingTags(object): u'end html': u'', u'protected': True, u'temporary': False}) FormattingTags.add_html_tags(base_tags) FormattingTags.add_html_tags(temporary_tags) - # Formatting Tags were also known as display tags. + # Formatting Tags were also known as display tags. user_expands = Settings().value(u'displayTags/html_tags', u'') # cPickle only accepts str not unicode strings user_expands_string = str(user_expands)