forked from openlp/openlp
fixed formatting tags rename error
This commit is contained in:
parent
72ba94d390
commit
3e53ea9376
@ -159,8 +159,8 @@ class FormattingTags(object):
|
|||||||
|
|
||||||
# Formatting Tags were also known as display tags.
|
# Formatting Tags were also known as display tags.
|
||||||
user_expands = Settings().value(u'displayTags/html_tags')
|
user_expands = Settings().value(u'displayTags/html_tags')
|
||||||
if user_expands_string:
|
if user_expands:
|
||||||
user_tags = pickle.loads(user_expands_string)
|
user_tags = pickle.loads(user_expands)
|
||||||
for tag in user_tags:
|
for tag in user_tags:
|
||||||
for element in tag:
|
for element in tag:
|
||||||
if isinstance(tag[element], str):
|
if isinstance(tag[element], str):
|
||||||
|
Loading…
Reference in New Issue
Block a user