mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHRAS-2264_html-encode-title_MASTER
fix encoding of title
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
<div style="padding: 4px;">
|
<div style="padding: 4px;">
|
||||||
<div style="height:40px; position: relative; z-index: 95;margin-bottom:0;border-bottom:none;">
|
<div style="height:40px; position: relative; z-index: 95;margin-bottom:0;border-bottom:none;">
|
||||||
<div class="title" style="max-height:100%" title="{{ record.getTitle(app.locale) }}">
|
<div class="title" style="max-height:100%" title="{{ record.getTitle(app.locale) }}">
|
||||||
{{ record.getTitle(app.locale)|highlight }}
|
{{ record.getTitle(app.locale)|e|highlight }}
|
||||||
</div>
|
</div>
|
||||||
<div class="status">
|
<div class="status">
|
||||||
{% for flag in record_flags(record) %}
|
{% for flag in record_flags(record) %}
|
||||||
|
Reference in New Issue
Block a user