Widget:AudioPlayer: Unterschied zwischen den Versionen

Aus FürthWiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „<audio controls> <source src="{$url|validate:url}" type="audio/mpeg"> Your browser does not support the audio tag. </audio>“)
 
Zeile 1: Zeile 1:
 
<audio controls>
 
<audio controls>
   <source src="{$url|validate:url}" type="audio/mpeg">
+
   <source src="<!--{$url|validate:url}-->" type="audio/mpeg">
 
   Your browser does not support the audio tag.
 
   Your browser does not support the audio tag.
 
</audio>
 
</audio>

Version vom 2. Juni 2016, 10:46 Uhr

<audio controls>

 <source src="" type="audio/mpeg">
 Your browser does not support the audio tag.

</audio>