@@ -44,7 +44,7 @@ |
||
44 | 44 | { |
45 | 45 | $text = preg_replace_callback( |
46 | 46 | '/<a [^>]*href\s*=\s*\"?([^>\"]*)\"?[^>]*>(.*?)<\/a.*?>/i', |
47 | - function ($matches) { |
|
47 | + function($matches) { |
|
48 | 48 | $this->links[] = html_entity_decode($matches[1]); |
49 | 49 | // return the replaced link |
50 | 50 | return '<strong><em>' . $matches[2] . '</em></strong> <small>[' . count($this->links) . ']</small>'; |