Merge pull request #13367 from CommanderRoot/patch-1

Fix double escaping in table structure view
This commit is contained in:
Michal Čihař 2017-06-08 16:19:00 +02:00 committed by GitHub
commit 98098ee63a

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 }}