Videos: Remove unnecessary attribute in the video tag

This commit is contained in:
Österreich Luminota 2023-06-06 11:40:21 +00:00 committed by GitHub
parent 8c1a680f84
commit 7962a4efd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
{extends "../@layout.xml"}
{block title}Видеозапись{/block}
{block title}{_video}{/block}
{block header}
<a href="{$user->getURL()}">{$user->getCanonicalName()}</a>
@ -14,7 +14,7 @@
<center style="margin-bottom: 8pt;">
{if $video->getType() === 0}
<div class="bsdn" data-name="{$video->getName()}" data-author="{$user->getCanonicalName()}">
<video width="610" src="{$video->getURL()}"></video>
<video src="{$video->getURL()}"></video>
</div>
{else}
{var $driver = $video->getVideoDriver()}