Fix double escaping

Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
This commit is contained in:
CommanderRoot 2017-06-08 03:30:57 +02:00 committed by GitHub
parent 8ea97c72a4
commit 73e7179ccf

View File

@ -9,7 +9,7 @@
</th>
<td {{ type_nowrap }}>
<bdo dir="ltr" lang="en">
{{ extracted_columnspec['displayed_type'] }}
{{ extracted_columnspec['displayed_type']|raw }}
{% if relation_commwork and relation_mimework and browse_mime
and mime_map[row['Field']]['mimetype'] is defined %}
<br />MIME: {{ mime_map[row['Field']]['mimetype']|replace({'_': '/'})|lower }}