@@ -114,7 +114,7 @@ |
||
114 | 114 | // Fix the HTML that we want |
115 | 115 | $value = preg_replace_callback( |
116 | 116 | '#\022([^\024]*)\024#', |
117 | - function ($matches) { |
|
117 | + function($matches) { |
|
118 | 118 | if (!$matches) { |
119 | 119 | return; |
120 | 120 | } |