We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc8ba7 commit 02335f3Copy full SHA for 02335f3
src/invidious/comments.cr
@@ -113,7 +113,6 @@ def template_youtube_comments(comments)
113
<b>
114
<a href="#{child["authorUrl"]}">#{child["author"]}</a>
115
</b>
116
- <div>
117
<p style="white-space:pre-wrap">#{child["contentHtml"]}</p>
118
#{recode_date(Time.epoch(child["published"].as_i64))} ago
119
|
0 commit comments