fix closing script tag

This commit is contained in:
Gregor Kleen 2023-05-11 17:59:09 +02:00
parent 9763575356
commit 3fee7cd8b3

View File

@ -15,7 +15,7 @@
$body$
</main>
$for(js)$
<script src="$url$">
<script src="$url$"></script>
$endfor$
</body>
</html>