add linebreaks between photos

This commit is contained in:
Mike Macgirvin 2024-06-12 11:57:10 +10:00
parent 1e46ff151a
commit be54822df1

View file

@ -439,7 +439,7 @@ class Activity
$height = $image['height'];
$tag = '[zmg width="' . $width . '" height="' . $height . '" ' . "\n\n" . $alt . "\n\n" . ']';
$content .= '[zmg width="' . $width . '" height="' . $height . '" ' . "\n\n" . $alt . "\n\n" . ']'
. $image['href'] . '[/zmg]';
. $image['href'] . '[/zmg]' . "\n\n";
}
}
}