Skip to content

Commit

Permalink
fix typo in openid2.local_id. closes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Dec 21, 2010
1 parent a09e4d1 commit 5720937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function handle_metaheader(&$event, $param) {
'href' => $provider,
);
$event->data['link'][] = array(
'rel' => 'openid2.localid',
'rel' => 'openid2.local_id',
'href' => $oid,
);
}
Expand Down

0 comments on commit 5720937

Please sign in to comment.