@@ -82,7 +82,7 @@ |
||
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 |