diff options
Diffstat (limited to '')
-rw-r--r-- | template/assemblies/switcher/audio.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/assemblies/switcher/audio.phtml b/template/assemblies/switcher/audio.phtml index 6bb36d9..1b93f23 100644 --- a/template/assemblies/switcher/audio.phtml +++ b/template/assemblies/switcher/audio.phtml @@ -49,7 +49,7 @@ <a href="<?=h($switcherstream->getAudioUrl($proto))?>" class="btn btn-default"> <span class="fa fa-volume-up"></span> - video + <?=h($display)?> </a> <? endif ?> @@ -59,4 +59,4 @@ <? endforeach ?> </div> -</div>
\ No newline at end of file +</div> |