@@ -43,7 +43,7 @@ |
||
| 43 | 43 | { |
| 44 | 44 | $text = preg_replace_callback( |
| 45 | 45 | '/<a [^>]*href\s*=\s*\"?([^>\"]*)\"?[^>]*>(.*?)<\/a.*?>/i', |
| 46 | - function ($matches) { |
|
| 46 | + function($matches) { |
|
| 47 | 47 | // work out why some links need decoding twice (&amp;....) #3653 |
| 48 | 48 | $this->links[] = html_entity_decode(html_entity_decode($matches[1])); |
| 49 | 49 | // return the replaced link |