@@ -106,7 +106,7 @@ |
||
| 106 | 106 | * |
| 107 | 107 | * @param string $string |
| 108 | 108 | */ |
| 109 | - protected function stripSource(&$string) |
|
| 109 | + protected function stripSource(&$string) |
|
| 110 | 110 | { |
| 111 | 111 | $string = strip_tags($string); |
| 112 | 112 | } |