aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-11-30 18:49:28 -0500
committertdro <tdro@noreply.example.com>2022-11-30 18:49:28 -0500
commit59e742da07492285ad5db5482b5caf815c7cf68b (patch)
tree61e3d91ec0caee8c45c76a6fb2dd745fb444b914
parent88a3cc381125a9273cdf5e18b2f9105d97a0993c (diff)
downloadcanory-59e742da07492285ad5db5482b5caf815c7cf68b.tar.gz
canory-59e742da07492285ad5db5482b5caf815c7cf68b.tar.bz2
canory-59e742da07492285ad5db5482b5caf815c7cf68b.zip
themes/default/layouts/_default/home.xslt.xsl: Add lang attribute
-rw-r--r--themes/default/layouts/_default/home.xslt.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/home.xslt.xsl b/themes/default/layouts/_default/home.xslt.xsl
index a97ad0b..e271d67 100644
--- a/themes/default/layouts/_default/home.xslt.xsl
+++ b/themes/default/layouts/_default/home.xslt.xsl
@@ -8,7 +8,7 @@
>
<xsl:output method="html" version="1.0" encoding="UTF-8" indent="yes"/>
<xsl:template match="/">
- <html data="xml" xmlns="http://www.w3.org/1999/xhtml">
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" data="xml">
<head>
{{ printf `<title><xsl:value-of select="/rss/channel/title"/> Web Feed</title>` | safeHTML }}
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>