Skip to content

Commit 9eec0b4

Browse files
committed
[plugin:ref] fix typo in HTML5 <video>
1 parent 9ccb7b9 commit 9eec0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xoops_trust_path/modules/xpwiki/plugin/ref.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ function set_object_tag(&$params, $lvar) {
924924
<video id="{$domid}" controls="controls"{$media_size_tag}>
925925
<source src="{$url}" type="{$mime}" />
926926
{$params['_body']}
927-
</div>
927+
</video>
928928
EOD;
929929
}
930930
}

0 commit comments

Comments
 (0)