Completed
Pull Request — master (#3654)
by Craig
11:34 queued 03:41
created
src/themes/PrinterTheme/ZikulaPrinterTheme.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
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;amp;....) #3653
48 48
                 $this->links[] = html_entity_decode(html_entity_decode($matches[1]));
49 49
                 // return the replaced link
Please login to merge, or discard this patch.