summaryrefslogtreecommitdiffstats
path: root/askbot/templates/users.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/users.html')
-rw-r--r--askbot/templates/users.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/templates/users.html b/askbot/templates/users.html
index 5ab4c28a..14e07f7f 100644
--- a/askbot/templates/users.html
+++ b/askbot/templates/users.html
@@ -63,7 +63,7 @@
<div class="clearfix"></div>
</div>
{% if search_query %}
- <p>{% trans %}users matching query {{search_query}}:{% endtrans %}</p>
+ <p>{% trans search_query=search_query|escape %}users matching query {{search_query}}:{% endtrans %}</p>
{% endif %}
{% if not users.object_list %}
<p><span>{% trans %}Nothing found.{% endtrans %}</span></p>