Completed
Pull Request — master (#2)
by
unknown
02:55
created
Category
src/Pagemark.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
         $breadcrumbs = $this->makeBreadcrumbsFromPost($post);
72 72
         $title = $this->makeTitleFromBreadcrumbs($breadcrumbs);
73 73
 
74
-        $postPath = $basePath .'/'. $post;
74
+        $postPath = $basePath.'/'.$post;
75 75
         $isDir = false;
76 76
         $index = [];
77 77
 
Please login to merge, or discard this patch.