summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-27 18:30:33 +0400
committerAndrew Dolgov <[email protected]>2013-02-27 18:30:33 +0400
commitcb0810962c30b0adfc818dfdbd53cc5fe3893dcc (patch)
tree716919853038b7937eb0bd7ad12c5173100e1ce9 /include
parent0a7b15207e71acfd219196ff3301f6730f77320f (diff)
enclosures player: hide html5 audio element
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index d6c73343e..688bff76c 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -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>";