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

Bug #12722 HTML Blockquote compliance
Submitted: 2007-12-18 17:55 UTC
From: ntd Assigned: doconnor
Status: Closed Package: Text_Wiki (version 1.2.0)
PHP Version: Irrelevant OS: All
Roadmaps: (Not assigned)    
Subscription  


 [2007-12-18 17:55 UTC] ntd (Nicola Fontana)
Description: ------------ The HTML 4.01 standard defines
as a block element. This means it cannot contain inline text: http://www.w3.org/TR/html401/struct/text.html#h-9.2.2 To solve this issue, I simply put a
inside
. Test script: --------------- > test Expected result: ----------------
test
</blockquote> Actual result: -------------- <blockquote>test </blockquote>

Comments

 [2009-10-08 19:56 UTC] doconnor (Daniel O'Connor)
Would a span be more appropriate?
 [2012-01-02 06:50 UTC] doconnor (Daniel O'Connor)
-Status: Open +Status: Closed -Assigned To: +Assigned To: doconnor
This bug has been fixed in SVN. 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.