Completed
Push — master ( f57612...3cee74 )
by Nikolas
06:59
created
src/delivery/web/home/ActionListRenderer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
 
83 83
             if ($action->getDescription()) {
84 84
                 $caption[] = new Element('small', [], [
85
-                    '- ' . $this->parser->shorten($action->getDescription())
85
+                    '- '.$this->parser->shorten($action->getDescription())
86 86
                 ]);
87 87
             }
88 88
 
Please login to merge, or discard this patch.