]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OpenID/openid.php
Revert "Remove more contractions"
[quix0rs-gnu-social.git] / plugins / OpenID / openid.php
index c5f6d171326b1ec3fd0c33ea84632e80773f111d..ff7a9389949c39a0184d354fab0f38b46d0778ec 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 do not escape ampersands
+        # XXX: This is cheap, but things choke if we don't escape ampersands
         # in the HTML attributes
 
         $form_html = preg_replace('/&/', '&', $form_html);