We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3d437 commit 5ea16b6Copy full SHA for 5ea16b6
src/Images.php
@@ -25,7 +25,7 @@ public function imagesParse($column = null, $index = null, $array = false)
25
if ($array) {
26
$array = [];
27
foreach($images as $image) {
28
- $image = explode('|', $image);
+ $image = explode('|', $image, 2);
29
$array[] = [
30
'file' => trim($image[0]),
31
'caption' => trim($image[1] ?? null),
0 commit comments