Formatting

This commit is contained in:
rockerBOO 2025-04-30 23:50:59 -04:00
parent 15a397daee
commit 64a8561db8
No known key found for this signature in database
GPG Key ID: 0D4EAF00DCABC97B
3 changed files with 1 additions and 4 deletions

View File

@ -80,7 +80,6 @@ module Invidious::Frontend::Comments
<ul class="comment-meta-sub">
END_HTML
if child["likeCount"]?
html << <<-END_HTML
<li>
@ -191,7 +190,6 @@ module Invidious::Frontend::Comments
end
end
html << <<-END_HTML
#{replies_html}
</div>

View File

@ -74,7 +74,6 @@ module Invidious::Frontend::Pagination
str << %(</li>\n)
end
if show_next
str << %(<li>)
params_next = URI::Params{"page" => (current_page + 1).to_s}