aboutsummaryrefslogtreecommitdiff
path: root/template/assemblies/switcher/audio.phtml
diff options
context:
space:
mode:
authorMaZderMind2014-11-10 23:42:34 +0100
committerMaZderMind2014-11-10 23:42:34 +0100
commitbdb6996709369e56b0bae93525fe60a0fdb5124c (patch)
tree142c2bdc77ce0c5dabfb62f587339b5045ca1453 /template/assemblies/switcher/audio.phtml
parentc05b9a49f0b21ec4e1349146efb2ce4a0a67d496 (diff)
nerd-compatibly explanations to the formats
Diffstat (limited to '')
-rw-r--r--template/assemblies/switcher/audio.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/assemblies/switcher/audio.phtml b/template/assemblies/switcher/audio.phtml
index 2ee3690..4d48777 100644
--- a/template/assemblies/switcher/audio.phtml
+++ b/template/assemblies/switcher/audio.phtml
@@ -19,7 +19,7 @@
<ul>
<? foreach(array('mp3', 'ogg', 'opus') as $iter): ?>
<li>
- <span class="label filetype"><?=h(strtoupper($iter))?></span>
+ <span class="label filetype" title="<?=h(format_text($iter))?>"><?=h(strtoupper($iter))?></span>
<a href="<?=h(link_stream('audio', $room, $iter))?>">
<span class="fa fa-flag-o"></span>
native