Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit e922aee

Browse files
committed
Output is now trimmed.
1 parent f70a7ab commit e922aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/imageset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ public function html() {
524524
'imageset' => $this,
525525
];
526526

527-
return $this->kirby->component('snippet')->render('imageset', $data, true);
527+
return trim($this->kirby->component('snippet')->render('imageset', $data, true));
528528
}
529529

530530
/**

0 commit comments

Comments
 (0)