From e7e7135ddffbcba0dbba3dae7de70e6540d7d243 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 26 Jun 2021 01:04:33 +0200 Subject: [PATCH] XSLT: Use lang='en' on the html root This tells the user agent that the page is in English, which it can then use for various natural language operations. --- xep.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep.xsl b/xep.xsl index 661b3ed4..057b29af 100644 --- a/xep.xsl +++ b/xep.xsl @@ -172,7 +172,7 @@ OR OTHER DEALINGS IN THE SOFTWARE. <!DOCTYPE html> - + XEP-<xsl:value-of select='/xep/header/number'/>:<xsl:text> </xsl:text><xsl:value-of select='/xep/header/title' />