Completed
Pull Request — master (#5)
by Jason
13:06
created
src/Elements/ElementSectionNavigation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
     public function getSummary()
76 76
     {
77 77
         if ($this->getPage()) {
78
-            return DBField::create_field('HTMLText', 'Navigation for ' . $this->getPage()->Title)->Summary(20);
78
+            return DBField::create_field('HTMLText', 'Navigation for '.$this->getPage()->Title)->Summary(20);
79 79
         }
80 80
         return DBField::create_field('HTMLText', '<p>Section Navigation</p>')->Summary(20);
81 81
     }
Please login to merge, or discard this patch.