Passed
Push — master ( c84fcc...5c36dd )
by
unknown
09:40 queued 02:54
created
classes/Renderer/Markdown.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
 
26 26
         $title = $extra_vars['_page_title'] ?? $matches[1];
27 27
 
28
-        $html = preg_replace_callback('/<h([1-3])>([^<]+)<\/h[1-3]>/i', function ($matches) {
28
+        $html = preg_replace_callback('/<h([1-3])>([^<]+)<\/h[1-3]>/i', function($matches) {
29 29
             $level = $matches[1];
30 30
             $htitle = $matches[2];
31 31
             $slug = slugify($htitle);
Please login to merge, or discard this patch.