Skip to content

Commit

Permalink
oops, fix <link>
Browse files Browse the repository at this point in the history
  • Loading branch information
nelhage committed Jan 16, 2009
1 parent 2d5ac76 commit 512f5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AuthMitEdu/View.pm
Expand Up @@ -62,7 +62,7 @@ template endpoint => sub {
# care about the relative order of the `rel' and `href'
# attributes.
outs_raw(q{<link rel="openid.server" href="} .
Jifty->web->url(path => '/_/auth') . q{"});
Jifty->web->url(path => '/_/auth') . q{">});
}
body {
h1 { "OpenID auth page for $user" };
Expand Down

0 comments on commit 512f5b6

Please sign in to comment.