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

View File

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