summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2023-11-25 11:00:48 -0500
committerspiderr <spiderr@bitweaver.org>2023-11-25 11:00:48 -0500
commit54a8ce1a376e826b860446d440781066d1698fe7 (patch)
treeeda7864b293f597a4fadaa91c06c2ca939da48e1
parent506d26abdc7de59d446e152f8166f9bcca129529 (diff)
downloadkernel-54a8ce1a376e826b860446d440781066d1698fe7.tar.gz
kernel-54a8ce1a376e826b860446d440781066d1698fe7.tar.bz2
kernel-54a8ce1a376e826b860446d440781066d1698fe7.zip
HTML w3c validation cleanup
-rw-r--r--templates/html.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/html.tpl b/templates/html.tpl
index 0540cd7..70e9fdc 100644
--- a/templates/html.tpl
+++ b/templates/html.tpl
@@ -15,7 +15,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="referrer" content="always">
- <link rel="icon" href="{$gBitThemes->getStyleUrl()}favicon.png" type="image/png" />
+ <link rel="icon" href="{$gBitThemes->getStyleUrl()}favicon.png" type="image/png">
{**** if the theme has a header, it goes first ****}
{if file_exists("`$smarty.const.CONFIG_THEME_PATH`theme_head_inc.tpl")}