Open sillygwailo opened 2 years ago
This may be as simple as adding the Backdrop equivalent of drupal_exit();
(which is to say, backdrop_exit();
) at the end of the theme functions. I have that in the code for my personal site, but I'm going to give it time to marinate before pushing to the module.
This may be a comparable issue in case it's helpful to look over:
(If memory serves, adding a delivery callback prevents Layouts from adding markup to the output.)
Without another example to show it, my site's aggregator demonstrates this bug: See https://richard.eriksson.ca/aggregator/opml and https://richard.eriksson.ca/aggregator/rss as examples.