#212285 by wrwrwr: hr should be treated as a block level tag

6.x
Gábor Hojtsy 2008-01-21 15:08:24 +00:00
parent 354b62a0fa
commit c3dccba229
1 changed files with 1 additions and 1 deletions

View File

@ -865,7 +865,7 @@ function _filter_url_trim($text, $length = NULL) {
*/
function _filter_autop($text) {
// All block level tags
$block = '(?:table|thead|tfoot|caption|colgroup|tbody|tr|td|th|div|dl|dd|dt|ul|ol|li|pre|select|form|blockquote|address|p|h[1-6])';
$block = '(?:table|thead|tfoot|caption|colgroup|tbody|tr|td|th|div|dl|dd|dt|ul|ol|li|pre|select|form|blockquote|address|p|h[1-6]|hr)';
// Split at <pre>, <script>, <style> and </pre>, </script>, </style> tags.
// We don't apply any processing to the contents of these tags to avoid messing