diff options
Diffstat (limited to 'template/assemblies/switcher/audio.phtml')
-rw-r--r-- | template/assemblies/switcher/audio.phtml | 2 |
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 |