summaryrefslogtreecommitdiffstats
path: root/askbot/skins/default/templates/macros.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/skins/default/templates/macros.html')
-rw-r--r--askbot/skins/default/templates/macros.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/skins/default/templates/macros.html b/askbot/skins/default/templates/macros.html
index af04da72..d4871f44 100644
--- a/askbot/skins/default/templates/macros.html
+++ b/askbot/skins/default/templates/macros.html
@@ -39,7 +39,7 @@
</a>
{% if inbox_section == 'flags' %}
<a class="re_expand" href="{{ response.response_url }}">
- <div class="re_snippet">{{ response.response_snippet }}</div>
+ <!--div class="re_snippet">{{ response.response_snippet }}</div-->
<div class="re_content">{{ response.response_content }}</div>
</a>
{% endif %}