From e90d1375130612184e904dbec2b4577d74927dae Mon Sep 17 00:00:00 2001
From: Guilhem Moulin <guilhem@fripost.org>
Date: Fri, 1 Jan 2021 16:03:12 +0100
Subject: doc/template.html: remove type attribute from <style/> element.

---
 doc/template.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'doc/template.html')

diff --git a/doc/template.html b/doc/template.html
index d825cde..c3809ad 100644
--- a/doc/template.html
+++ b/doc/template.html
@@ -14,7 +14,7 @@ $if(keywords)$
   <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
 $endif$
   <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
-  <style type="text/css">
+  <style>
     code{white-space: pre-wrap;}
     span.smallcaps{font-variant: small-caps;}
     span.underline{text-decoration: underline;}
-- 
cgit v1.2.3