|
@@ -256,7 +256,7 @@ |
|
|
block discarded – undo |
|
256
|
256
|
return array(); |
|
257
|
257
|
|
|
258
|
258
|
// preparse code does a few things which might mess with our parsing |
|
259
|
|
- $body = htmlspecialchars_decode(preg_replace('~<br\s*/?'.'>~', "\n", str_replace(' ', ' ', $body)), ENT_QUOTES); |
|
|
259
|
+ $body = htmlspecialchars_decode(preg_replace('~<br\s*/?' . '>~', "\n", str_replace(' ', ' ', $body)), ENT_QUOTES); |
|
260
|
260
|
|
|
261
|
261
|
if (empty(self::$excluded_bbc_regex)) |
|
262
|
262
|
self::setExcludedBbcRegex(); |
Please login to merge, or discard this patch.