From 3b5f2d8ebe7671f7bd954aab0af33b7ae933775f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 28 Sep 2007 08:09:25 +0000 Subject: - Patch #179244 by tangent: line break filter operates on object element. --- modules/filter/filter.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/filter/filter.module b/modules/filter/filter.module index d392831e4..4da0c12d9 100644 --- a/modules/filter/filter.module +++ b/modules/filter/filter.module @@ -869,7 +869,7 @@ function _filter_autop($text) { // We don't apply any processing to the contents of these tags to avoid messing // up code. We look for matched pairs and allow basic nesting. For example: // "processed
 ignored  ignored 
processed" - $chunks = preg_split('@(]*>)@i', $text, -1, PREG_SPLIT_DELIM_CAPTURE); + $chunks = preg_split('@(]*>)@i', $text, -1, PREG_SPLIT_DELIM_CAPTURE); // Note: PHP ensures the array consists of alternating delimiters and literals // and begins and ends with a literal (inserting NULL as required). $ignore = FALSE; -- cgit v1.2.3