Completed
Pull Request — master (#4139)
by Axel
05:34
created
src/system/ExtensionsModule/Controller/HelpController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
         // rewrite local links
74 74
         $content = preg_replace_callback(
75 75
             '/\[(.*?)\]\((.*?)\)/',
76
-            function ($match) use($router, $moduleName, $raw) {
76
+            function($match) use($router, $moduleName, $raw) {
77 77
                 if (false === mb_strpos($match[2], '.md')) {
78 78
                     return $match[0];
79 79
                 }
Please login to merge, or discard this patch.