We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6189514 + 37cc842 commit 9eb816fCopy full SHA for 9eb816f
tpl/audio.tpl
@@ -1,4 +1,4 @@
1
<audio controls>
2
- <source src="{{ $tag_value }}" type="audio/mpeg">
+ <source src="{{ tag_value }}" type="audio/mpeg">
3
Your browser does not support the audio element.
4
-</audio>
+</audio>
tpl/video.tpl
<video controls>
- <source src="{{ $tag_value }}" type="video/mp4">
+ <source src="{{ tag_value }}" type="video/mp4">
Your browser does not support the video tag.
-</video>
+</video>
0 commit comments