code style

This commit is contained in:
2023-12-12 02:29:09 +01:00
parent 2c41a29947
commit 555a1ceae2

View File

@@ -52,8 +52,8 @@ DESCRIPTION
) )
out = <<END out = <<END
<video width="#{@width}" height="#{@height}" controls class="embedded-video"> <video width="#{@width}" height="#{@height}" controls class="embedded-video">
<source src="#{file_url}"> <source src="#{file_url}">
Your browser does not support the video tag. Your browser does not support the video tag.
</video> </video>
END END
else else