aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/home.xslt.sitemap.xsl
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-06-18 18:32:33 -0400
committertdro <tdro@noreply.example.com>2023-06-18 18:32:33 -0400
commit6733028845af76c6f494da7a337ed8a9c9ceba47 (patch)
tree9be89fc69be264aced758033da1d7b11a60308f1 /themes/default/layouts/_default/home.xslt.sitemap.xsl
parent439f785119a51696b2e42c863c9daa27ed8d3b69 (diff)
downloadcanory-6733028845af76c6f494da7a337ed8a9c9ceba47.tar.gz
canory-6733028845af76c6f494da7a337ed8a9c9ceba47.tar.bz2
canory-6733028845af76c6f494da7a337ed8a9c9ceba47.zip
assets/css/default: xml-data -> data-xml
Diffstat (limited to 'themes/default/layouts/_default/home.xslt.sitemap.xsl')
-rw-r--r--themes/default/layouts/_default/home.xslt.sitemap.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/home.xslt.sitemap.xsl b/themes/default/layouts/_default/home.xslt.sitemap.xsl
index 6d7b03c..1c82427 100644
--- a/themes/default/layouts/_default/home.xslt.sitemap.xsl
+++ b/themes/default/layouts/_default/home.xslt.sitemap.xsl
@@ -6,7 +6,7 @@
>
<xsl:output method="html" version="1.0" encoding="UTF-8" indent="yes"/>
<xsl:template match="/">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" xml-data="sitemap">
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" data-xml="sitemap">
<head>
<title>{{ $.Site.Title }} Site Map</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>