summaryrefslogtreecommitdiffstats
path: root/askbot/templates/user_profile/user_info.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/user_profile/user_info.html')
-rw-r--r--askbot/templates/user_profile/user_info.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/templates/user_profile/user_info.html b/askbot/templates/user_profile/user_info.html
index 9e1adcca..53d7baeb 100644
--- a/askbot/templates/user_profile/user_info.html
+++ b/askbot/templates/user_profile/user_info.html
@@ -125,7 +125,7 @@
</div>
<div class="col3 user-about">
{% if view_user.about and (not view_user.is_blocked()) %}
- {{view_user.about|linebreaks|escape}}
+ {{view_user.about|linebreaks}}
{% endif %}
</div>
</div>