summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Dɪᴇᴄᴋᴏᴡ <daxim@cpan.org>2008-12-01 22:11:37 +0100
committerLars Dɪᴇᴄᴋᴏᴡ <daxim@cpan.org>2008-12-01 22:11:37 +0100
commit61c971d938190a40fa025134f60a6da781818f9e (patch)
tree2a49afa12d2bc017f8af500a467c22b86e00a707
parentMerge branch 'master' of git@git.useperl.at:PAUSE-OpenID (diff)
downloadSimple-OpenID-61c971d938190a40fa025134f60a6da781818f9e.tar.gz
Simple-OpenID-61c971d938190a40fa025134f60a6da781818f9e.tar.bz2
Simple-OpenID-61c971d938190a40fa025134f60a6da781818f9e.zip
add language declaration
-rw-r--r--root/templates/index.xsl2
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">