diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-08 23:32:15 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-08 23:32:15 +0100 |
commit | 5ab709b73977131813884558bf56d97172a7aa26 (patch) | |
tree | 2015f93426f559514bdb697b391ea97f98858577 /plugins/OpenID/openid.php | |
parent | 104a47e4a2903f1c7ea73363a73cee12f0cf14ac (diff) |
Remove more contractions
* doesn't
* won't
* isn't
* don't
Diffstat (limited to 'plugins/OpenID/openid.php')
-rw-r--r-- | plugins/OpenID/openid.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/OpenID/openid.php b/plugins/OpenID/openid.php index cd042226b..4a76a8791 100644 --- a/plugins/OpenID/openid.php +++ b/plugins/OpenID/openid.php @@ -187,7 +187,7 @@ function oid_authenticate($openid_url, $returnto, $immediate=false) $form_html = $auth_request->formMarkup($trust_root, $process_url, $immediate, array('id' => $form_id)); - # XXX: This is cheap, but things choke if we don't escape ampersands + # XXX: This is cheap, but things choke if we do not escape ampersands # in the HTML attributes $form_html = preg_replace('/&/', '&', $form_html); |