]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OpenID/openid.php
Remove more contractions
[quix0rs-gnu-social.git] / plugins / OpenID / openid.php
index cd042226b404f50d1fde04e1b8b027f63246844a..4a76a8791e23b1a011ee215f414972b9601f9881 100644 (file)
@@ -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);