Commit 6cc09d63 authored by Michal Čihař's avatar Michal Čihař

Fix unresolved import

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 08413206
......@@ -108,7 +108,7 @@ def fmt_check_highlights(value, checks):
elif eltest[0] > elref_end:
break
#then transform highlights to escaped html
highlights = [(h[0], escape(force_unicode(h[1]))) for h in highlights]
highlights = [(h[0], escape(force_text(h[1]))) for h in highlights]
return highlights
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment