fix bug #151: HTML entities in titles are encoded twice

This commit is contained in:
Nicolas Lœuillet
2013-08-23 21:06:45 +02:00
parent 1e0f9166cc
commit ffc966d72f
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
</ul>
</div>
<header class="mbm">
<h1>{{ entry.title|e }}</h1>
<h1>{{ entry.title|raw }}</h1>
<div class="vieworiginal txtright small"><a href="{{ entry.url|e }}" target="_blank" title="{% trans "original" %} : {{ entry.title|e }}">{{ entry.url | e | getDomain }}</a></div>
</header>
<article>