Skip to content

Commit

Permalink
Merge pull request #4 from librarianphp/fix-tpl
Browse files Browse the repository at this point in the history
fixing default tpls
  • Loading branch information
erikaheidi committed May 7, 2023
2 parents 6189514 + 37cc842 commit 9eb816f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tpl/audio.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<audio controls>
<source src="{{ $tag_value }}" type="audio/mpeg">
<source src="{{ tag_value }}" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</audio>
4 changes: 2 additions & 2 deletions tpl/video.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<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 comments on commit 9eb816f

Please sign in to comment.