@@ -116,7 +116,7 @@ discard block |
||
| 116 | 116 | $HTMLPurifierConfig = null; |
| 117 | 117 | |
| 118 | 118 | if (null !== $this->purifierConfig) { |
| 119 | - $HTMLPurifierConfig = $this->purifierConfig; |
|
| 119 | + $HTMLPurifierConfig = $this->purifierConfig; |
|
| 120 | 120 | } else { |
| 121 | 121 | $HTMLPurifierConfig = \HTMLPurifier_Config::createDefault(); |
| 122 | 122 | } |
@@ -391,7 +391,7 @@ discard block |
||
| 391 | 391 | { |
| 392 | 392 | $expStr = explode($start, $str, 2); |
| 393 | 393 | if (count($expStr) > 1) { |
| 394 | - $expStr = explode($end, $expStr[ 1 ]); |
|
| 394 | + $expStr = explode($end, $expStr[1]); |
|
| 395 | 395 | if (count($expStr) > 1) { |
| 396 | 396 | array_pop($expStr); |
| 397 | 397 | |