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.
This commit is contained in:
Emmanuel Gil Peyrot 2021-06-26 01:04:33 +02:00
parent 27763c3d70
commit e7e7135ddf
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ OR OTHER DEALINGS IN THE SOFTWARE.
<xsl:template match='/'>
<xsl:text disable-output-escaping='yes'>&lt;!DOCTYPE html&gt;
</xsl:text>
<html>
<html lang='en'>
<head>
<title>XEP-<xsl:value-of select='/xep/header/number'/>:<xsl:text> </xsl:text><xsl:value-of select='/xep/header/title' /></title>
<style type='text/css'>