summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/invidious/comments.cr1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/invidious/comments.cr b/src/invidious/comments.cr
index ccd0f8cb..2c80a190 100644
--- a/src/invidious/comments.cr
+++ b/src/invidious/comments.cr
@@ -113,7 +113,6 @@ def template_youtube_comments(comments)
<b>
<a href="#{child["authorUrl"]}">#{child["author"]}</a>
</b>
- <div>
<p style="white-space:pre-wrap">#{child["contentHtml"]}</p>
#{recode_date(Time.epoch(child["published"].as_i64))} ago
|