Merge pull request #1730 from strikaco/safehelp
Removes 'safe' template tag from help detail page (vulnerability).
This commit is contained in:
commit
ec2a5507fe
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<!-- left column -->
|
<!-- left column -->
|
||||||
<div class="col-lg-9 col-sm-12">
|
<div class="col-lg-9 col-sm-12">
|
||||||
<p>{{ entry_text|safe }}</p>
|
<p>{{ entry_text }}</p>
|
||||||
|
|
||||||
{% if topic_previous or topic_next %}
|
{% if topic_previous or topic_next %}
|
||||||
<hr />
|
<hr />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue