Fix accidental script tags

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-11-27 07:43:27 +01:00
parent 8b2b0e03bc
commit aae35d769a
@@ -79,7 +79,6 @@ videos:
{% endfor %}
{% endcapture %}
{% include blocks/media.liquid type="video" caption=caption poster=video.poster preload="metadata" player=true content=video_sources %}
</script>
{% endcapture %}
{% include blocks/details.liquid title=video.name content=capture_video level=1 open=true %}
{% endfor %}