Completed
Push — master ( a923e4...fe6df8 )
by Craig
05:56
created
src/system/SecurityCenterModule/Api/HtmlFilterApi.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
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
                         }
Please login to merge, or discard this patch.