|
@@ -94,7 +94,7 @@ discard block |
|
|
block discarded – undo |
|
94
|
94
|
$this->source = remove_whitespace($source); |
|
95
|
95
|
$this->number = $number; |
|
96
|
96
|
|
|
97
|
|
- // $this->source = $this->escape($this->source); |
|
|
97
|
+ // $this->source = $this->escape($this->source); |
|
98
|
98
|
|
|
99
|
99
|
$this->determineEmpty(); |
|
100
|
100
|
$this->determineComment(); |
|
@@ -111,7 +111,7 @@ discard block |
|
|
block discarded – undo |
|
111
|
111
|
|
|
112
|
112
|
$index = 0; |
|
113
|
113
|
if (is_array($matches[$index]) && isset($matches[$index][0]) && is_null($knownTags) === false && count($matches) == 2) { |
|
114
|
|
- $matches = $matches[$index]; |
|
|
114
|
+ $matches = $matches[$index]; |
|
115
|
115
|
|
|
116
|
116
|
foreach ($matches as $match) { |
|
117
|
117
|
$str = str_replace(['<', '>'], "", $match); |
Please login to merge, or discard this patch.