summaryrefslogtreecommitdiffstats
path: root/templates/user_responses.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user_responses.html')
-rw-r--r--templates/user_responses.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user_responses.html b/templates/user_responses.html
index d739395b..c4f4ffed 100644
--- a/templates/user_responses.html
+++ b/templates/user_responses.html
@@ -11,7 +11,7 @@
<div style="width:100px;float:left"><a href="{{ response.userlink }}">{{ response.username }}</a></div>
<div style="float:left;overflow:hidden;width:680px">
<strong {% ifequal response.type "question_answered" %}class="user-action-2"{% endifequal %}{% ifequal response.type "answer_accepted" %}class="user-action-8"{% endifequal %}>{{ response.type }}</strong>:
- <a href="{{ response.titlelink }}">{{ response.title }}</a><br>
+ <a href="{{ response.titlelink }}">{{ response.title }}</a><br/>
{{ response.content|safe }}
<div style="height:10px"></div>
</div>