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

Bug #6900 HTML_Safe destroys formatting by moving end tags in the wrong places
Submitted: 2006-02-23 08:29 UTC
From: thomas at ekdahl dot no Assigned: mgocobachi
Status: Analyzed Package: HTML_Safe (version 0.9.9beta)
PHP Version: 5.1.2 OS: Fedora Core 3
Roadmaps: (Not assigned)    
Subscription  
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes. If this is not your bug, you can add a comment by following this link. If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
2011-02-03 20:46 UTC
Package:
Bug Type:
Summary:
From: thomas at ekdahl dot no
New email:
PHP Version: Package Version: OS:

 

 [2006-02-23 08:29 UTC] thomas at ekdahl dot no (Thomas Ekdahl)
Description: ------------ Hi. We have started using HTML_Safe in our framework and notices some bugs: <ol> <li></li> <li>/li> <li></li> </ol> Which is valid code - is changed to: <ol> <li></li> <li> <li> </li></li> </ol> Which does not look good. The same for font tags around text <font> Text1 </font Text2 Is changed to <font> Text1 Text2 </font This destroys the layout, in fact and is critical.

Comments

 [2006-02-23 09:41 UTC] thingol at php dot net
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PEAR. HTML_Safe cannot return "</font" (without ending >) under any circumstances. Please, make more exact bugreport.
 [2010-04-06 03:24 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!
 [2010-04-06 04:14 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!
 [2011-02-03 20:46 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!