From 20e8cdbbf1b565950b6611957dcc82f635026663 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Fri, 6 Feb 2026 12:46:02 -0600 Subject: [PATCH] remove unnecessary type="text/javascript" CSS validator says: Warning: The type attribute is unnecessary for JavaScript resources Signed-off-by: Brian S. Stephan --- incorporealcms/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/incorporealcms/templates/base.html b/incorporealcms/templates/base.html index 7e4706f..958887a 100644 --- a/incorporealcms/templates/base.html +++ b/incorporealcms/templates/base.html @@ -18,7 +18,7 @@ SPDX-License-Identifier: GPL-3.0-or-later - +
{% block header %}