If the textfield contains an invalid character, an error will be thrown on the feed. ‘Undefined variable: return’ on index.php line 29.
In my case I managed to find that there was <0x0c> hiding at the start of a paragraph.
Is there a way of stripping these out in a feed?
Ideally they wouldn’t exist in text fields at all, but in my case it was invisible and didn’t throw errors in Kirby anywhere else. I think people will assume the error is in this plugin, rather than in an invisible character.
If the textfield contains an invalid character, an error will be thrown on the feed. ‘Undefined variable: return’ on
index.php
line 29.In my case I managed to find that there was
<0x0c>
hiding at the start of a paragraph.Is there a way of stripping these out in a feed?
Ideally they wouldn’t exist in text fields at all, but in my case it was invisible and didn’t throw errors in Kirby anywhere else. I think people will assume the error is in this plugin, rather than in an invisible character.