Skip to content

Commit 9eb816f

Browse files
authored
Merge pull request #4 from librarianphp/fix-tpl
fixing default tpls
2 parents 6189514 + 37cc842 commit 9eb816f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tpl/audio.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<audio controls>
2-
<source src="{{ $tag_value }}" type="audio/mpeg">
2+
<source src="{{ tag_value }}" type="audio/mpeg">
33
Your browser does not support the audio element.
4-
</audio>
4+
</audio>

tpl/video.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<video controls>
2-
<source src="{{ $tag_value }}" type="video/mp4">
2+
<source src="{{ tag_value }}" type="video/mp4">
33
Your browser does not support the video tag.
4-
</video>
4+
</video>

0 commit comments

Comments
 (0)