summaryrefslogtreecommitdiff
path: root/views/partials/comments.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/partials/comments.ejs')
-rw-r--r--views/partials/comments.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/comments.ejs b/views/partials/comments.ejs
index b47702c..50abe6e 100644
--- a/views/partials/comments.ejs
+++ b/views/partials/comments.ejs
@@ -7,7 +7,7 @@
</td>
<td colspan="2" class="comment">
<div class="body">
- {{comment}}
+ <span class="contents">{{comment}}</span>
<div class="date">
{{date}} {{time}}<br>
</div>