mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Fix typo
This commit is contained in:
parent
bcc8ba73bf
commit
02335f3390
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
||||
|
|
Loading…
Reference in a new issue