diff options
author | tdro <tdro@noreply.example.com> | 2022-11-30 18:49:28 -0500 |
---|---|---|
committer | tdro <tdro@noreply.example.com> | 2022-11-30 18:49:28 -0500 |
commit | 59e742da07492285ad5db5482b5caf815c7cf68b (patch) | |
tree | 61e3d91ec0caee8c45c76a6fb2dd745fb444b914 /themes/default/layouts/_default | |
parent | 88a3cc381125a9273cdf5e18b2f9105d97a0993c (diff) | |
download | canory-59e742da07492285ad5db5482b5caf815c7cf68b.tar.gz canory-59e742da07492285ad5db5482b5caf815c7cf68b.tar.bz2 canory-59e742da07492285ad5db5482b5caf815c7cf68b.zip |
themes/default/layouts/_default/home.xslt.xsl: Add lang attribute
Diffstat (limited to 'themes/default/layouts/_default')
-rw-r--r-- | themes/default/layouts/_default/home.xslt.xsl | 2 |
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"/> |