diff options
author | Michael Kröll <pepl@cpan.org> | 2008-12-02 00:01:29 +0100 |
---|---|---|
committer | Michael Kröll <pepl@cpan.org> | 2008-12-02 00:01:29 +0100 |
commit | f2ec2ba11b65fc188402c306d510c09818676b75 (patch) | |
tree | cd9d1d90c00989eb1d000a6cc006475c12c11ac8 /root/templates/index.xsl | |
parent | Check for valid return_to url (diff) | |
parent | Merge branch 'master' of git@git.useperl.at:PAUSE-OpenID (diff) | |
download | Simple-OpenID-f2ec2ba11b65fc188402c306d510c09818676b75.tar.gz Simple-OpenID-f2ec2ba11b65fc188402c306d510c09818676b75.tar.bz2 Simple-OpenID-f2ec2ba11b65fc188402c306d510c09818676b75.zip |
Diffstat (limited to 'root/templates/index.xsl')
-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 6b83e4b..db4196c 100644 --- a/root/templates/index.xsl +++ b/root/templates/index.xsl @@ -15,7 +15,7 @@ <title>Sign in with OpenID</title> <link rel="openid.server" href="{config[@key='baseurl']/@value}/openid" /> <style type="text/css"> - @import "default.css"; + @import "/static/css/default.css"; </style> </head> |