mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 01:06:32 +01:00
Removes 'safe' template tag from help detail page (vulnerability).
This commit is contained in:
parent
d584fda9e6
commit
19638b3946
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
<div class="row">
|
||||
<!-- left column -->
|
||||
<div class="col-lg-9 col-sm-12">
|
||||
<p>{{ entry_text|safe }}</p>
|
||||
<p>{{ entry_text }}</p>
|
||||
|
||||
{% if topic_previous or topic_next %}
|
||||
<hr />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue