diff options
Diffstat (limited to 'root')
-rw-r--r-- | root/templates/index.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root/templates/index.xsl b/root/templates/index.xsl index 8ff28e7..17862fd 100644 --- a/root/templates/index.xsl +++ b/root/templates/index.xsl @@ -10,7 +10,7 @@ <xsl:param name="origin_website"/> <xsl:template match="/document"> - <html xmlns="http://www.w3.org/1999/xhtml"> + <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Sign in with OpenID</title> <style type="text/css"> |