Fix double escaping
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
This commit is contained in:
parent
8ea97c72a4
commit
73e7179ccf
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user