PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » Auth » Bug #7841

minor html bug, missing </center> tag on login form

Details

Submitted2006-06-08 22:11 UTC
Fromallins at spawar dot navy dot mil
Assignedaashley
StatusClosed
PackageAuth
PHP Version4.3.2
Roadmaps(Not assigned)

Comments

[2006-06-08 22:11 UTC] allins at spawar dot navy dot mil

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";
}

// }}}

[2006-08-10 02:15 UTC] aashley at php dot net

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.