We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214eb85 commit ceadb4dCopy full SHA for ceadb4d
classes/ListGallery.php
@@ -17,7 +17,7 @@ public function __construct($src, Options $options)
17
18
foreach ($src as $item) {
19
[$img, $meta] = sexplode(' ', $item, 2);
20
- [$title, $desc] = sexplode('-', $meta, 2);
+ [$title, $desc] = sexplode('|', $meta, 2);
21
22
$img = trim($img);
23
$title = trim($title);
0 commit comments