1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 15:15:56 +00:00

enclosures player: hide html5 audio element

This commit is contained in:
Andrew Dolgov
2013-02-27 18:30:33 +04:00
parent 0a7b15207e
commit cb0810962c

View File

@@ -2796,7 +2796,7 @@
$id = 'AUDIO-' . uniqid();
$entry .= "<audio id=\"$id\"\" controls>
$entry .= "<audio id=\"$id\"\" controls style='display : none'>
<source type=\"$ctype\" src=\"$url\"></source>
</audio>";