Completed
Push — master ( f56dee...201539 )
by Craig
16:08 queued 10:54
created
src/system/PrinterTheme/ZikulaPrinterTheme.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
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>';
Please login to merge, or discard this patch.