Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[plugin:ref] fix typo in HTML5 <video>
  • Loading branch information
nao-pon committed Jul 7, 2014
1 parent 9ccb7b9 commit 9eec0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xoops_trust_path/modules/xpwiki/plugin/ref.inc.php
Expand Up @@ -924,7 +924,7 @@ function set_object_tag(&$params, $lvar) {
<video id="{$domid}" controls="controls"{$media_size_tag}>
<source src="{$url}" type="{$mime}" />
{$params['_body']}
</div>
</video>
EOD;
}
}
Expand Down

0 comments on commit 9eec0b4

Please sign in to comment.