]> git.0d.be Git - panikweb.git/commitdiff
templates: replace misplaced <span> by <div> in player
authorFrédéric Péters <fpeters@0d.be>
Wed, 22 Apr 2020 18:29:07 +0000 (20:29 +0200)
committerFrédéric Péters <fpeters@0d.be>
Wed, 22 Apr 2020 18:29:07 +0000 (20:29 +0200)
panikweb_templates/templates/includes/player.html

index f4a7df5e2c0aa4cb5e71e51f397da7f2425ee495..56bfc6d0e5a1499f3ead10f6e14f344a174144af 100644 (file)
@@ -7,10 +7,10 @@
                                        <a id="ogg-m3u" class="button resymbol icon-download inBlock" title="{% trans 'Get the stream on your player!' %}" href="https://streaming.domainepublic.net/radiopanik.ogg.m3u"></a>
                                        <a id="aac-m3u" style="display: none;" class="button icon-download inBlock" title="{% trans 'Get the stream on your player!' %}" href="https://streaming.domainepublic.net/radiopanik.aac.m3u"></a>
                                </div>
-                               <span class="button" id="DirectStreamPanikControler">
+                               <div class="button" id="DirectStreamPanikControler">
                                        <div id="streamSymbol" class="icon-volume-up resymbol"></div>
                                        <div class="label">{% trans 'live' %}</div>
-                               </span>
+                               </div>
                                <div id="CurrentlyPlaying">
                                        <span id="WhatsOnAir"></span>
                                </div>