@@ -334,7 +334,7 @@ discard block |
||
| 334 | 334 | } elseif ($this->isImagePlaceholder($placeholder)) { |
| 335 | 335 | return $this->diffElementsByAttribute($oldText, $newText, 'src', 'img'); |
| 336 | 336 | } elseif ($this->isPicturePlaceholder($placeholder)) { |
| 337 | - return $this->diffPicture($oldText, $newText); |
|
| 337 | + return $this->diffPicture($oldText, $newText); |
|
| 338 | 338 | } |
| 339 | 339 | |
| 340 | 340 | return $this->diffElements($oldText, $newText, $stripWrappingTags); |
@@ -410,7 +410,7 @@ discard block |
||
| 410 | 410 | ); |
| 411 | 411 | } |
| 412 | 412 | return $this->diffElements($oldText, $newText); |
| 413 | - } |
|
| 413 | + } |
|
| 414 | 414 | |
| 415 | 415 | protected function diffElementsByAttribute($oldText, $newText, $attribute, $element) |
| 416 | 416 | { |