@@ -124,7 +124,7 @@ |
||
124 | 124 | foreach ($attributes[0] as $attribute) { |
125 | 125 | $attributeName = stristr($attribute, '=', true); |
126 | 126 | if (!in_array($attributeName, $keep)) { |
127 | - $html = str_replace(' ' . $attribute, '', $html); |
|
127 | + $html = str_replace(' '.$attribute, '', $html); |
|
128 | 128 | } |
129 | 129 | } |
130 | 130 |