forked from openlp/openlp
swap lines
This commit is contained in:
parent
1a80a243a8
commit
e8178b2569
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user