mirror of
https://github.com/iv-org/invidious.git
synced 2025-12-25 07:08:30 -06:00
Merge 31b6ed96025bcaa1c6f7aaf9c12efd1e1b0707a8 into 65463333f32384d966c288edb46294336445a498
This commit is contained in:
commit
33795547f1
@ -36,7 +36,7 @@ module Invidious::Frontend::WatchPage
|
|||||||
return String.build(4000) do |str|
|
return String.build(4000) do |str|
|
||||||
str << "<form"
|
str << "<form"
|
||||||
str << " class=\"pure-form pure-form-stacked\""
|
str << " class=\"pure-form pure-form-stacked\""
|
||||||
str << " action='#{url}'"
|
str << " action='" << HTML.escape(url) << "'"
|
||||||
str << " method='post'"
|
str << " method='post'"
|
||||||
str << " rel='noopener noreferrer'"
|
str << " rel='noopener noreferrer'"
|
||||||
str << " target='_blank'>"
|
str << " target='_blank'>"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user