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

Bug #10103 typo in HTML_CSS constructor
Submitted: 2007-02-14 21:27 UTC
From: manfred dot knapp at student dot tugraz dot at Assigned: farell
Status: Closed Package: HTML_CSS (version 1.1.2)
PHP Version: 5.1.2 OS: windows xp
Roadmaps: (Not assigned)    
Subscription  


 [2007-02-14 21:27 UTC] manfred dot knapp at student dot tugraz dot at (manfred knapp)
Description: ------------ hello! i think you have a typo in your HTML_CSS constructor. handling your attribute 'oneline' changes to 'online' on the following line of code. Test script: --------------- function HTML_CSS($attributes = array(), $errorPrefs = array()) { ... if ((isset($attributes['oneline'])) && (is_bool($attributes['online']))) { $this->setSingleLineOutput($attributes['online']); } ... }

Comments

 [2007-02-15 08:13 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2007-02-15 09:12 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!