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 19805b9 commit 68ac18dCopy full SHA for 68ac18d
src/invidious/comments.cr
@@ -599,7 +599,7 @@ def content_to_comment_html(content)
599
if length_seconds && length_seconds.as_i > 0
600
text = %(<a href="javascript:void(0)" data-onclick="jump_to_time" data-jump-time="#{length_seconds}">#{text}</a>)
601
else
602
- text = %(<a href="/watch?v=#{video_id}">#{reduce_uri("youtube.com/watch?v=#{video_id}")}</a>)
+ text = %(<a href="/watch?v=#{video_id}">#{"youtube.com/watch?v=#{video_id}"}</a>)
603
end
604
elsif url = run.dig?("navigationEndpoint", "commandMetadata", "webCommandMetadata", "url").try &.as_s
605
text = %(<a href="#{url}">#{reduce_uri(url)}</a>)
0 commit comments