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)