Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.6.4

Bug #7841 minor html bug, missing </center> tag on login form
Submitted: 2006-06-08 22:11 UTC
From: allins at spawar dot navy dot mil Assigned: aashley
Status: Closed Package: Auth (version 1.3.0)
PHP Version: 4.3.2 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2006-06-08 22:11 UTC] allins at spawar dot navy dot mil (sean)
Description: ------------ Missing closing </center> tag on login form in Html.php file. --- Html-old.php 2006-06-08 15:01:58.000000000 -0700 +++ Html.php 2006-06-08 14:55:06.000000000 -0700 @@ -132,6 +132,7 @@ // Might be a good idea to make the variable name variable print '<input type="hidden" id="authsecret" name="authsecret" value="" />'; print '</form>'."\n"; + print '</center>'."\n"; } // }}}

Comments

 [2006-08-10 02:15 UTC] aashley at php dot net (Adam Ashley)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.