Completed
Push — master ( 2f7d01...342b02 )
by Ryan
10s
created
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? '/'. $post : '');
74
+        $postPath = $basePath.($post ? '/'.$post : '');
75 75
         $isDir = false;
76 76
         $index = [];
77 77
 
Please login to merge, or discard this patch.