I solved it by a workaround.
I had to do this to remove \n on the $newField:
$newField = rtrim($newField, "\n");
I would define this as a Kirby Bug.
Please correct me if I’m wrong.
I solved it by a workaround.
I had to do this to remove \n on the $newField:
$newField = rtrim($newField, "\n");
I would define this as a Kirby Bug.
Please correct me if I’m wrong.