Ensure closing script tag

Julien LepillerSun Mar 07 17:52:50+0100 2021

bb71d9c

Ensure closing script tag

gitile/handler.scm

4444
       (meta (@ (name "viewport") (content "width=device-width, initial-scale=1")))
4545
       (link (@ (rel "stylesheet") (href "/css/gitile.css")))
4646
       (link (@ (rel "icon") (href "/images/icon.png") (sizes "32x32")))
47-
       (script (@ (href "/js/gitile.js")))
47+
       (script (@ (href "/js/gitile.js")) "")
4848
       (title ,project))
4949
     (body
5050
       (header