@@ -74,12 +74,10 @@ |
||
74 | 74 | if($this->highlighted) |
75 | 75 | { |
76 | 76 | $replace = $this->processPlaceholder_highlighted($placeholder, $needle); |
77 | - } |
|
78 | - else if($this->normalize) |
|
77 | + } else if($this->normalize) |
|
79 | 78 | { |
80 | 79 | $replace = $placeholder->getNormalizedText(); |
81 | - } |
|
82 | - else |
|
80 | + } else |
|
83 | 81 | { |
84 | 82 | $replace = $placeholder->getOriginalText(); |
85 | 83 | } |