Home › Forums › cocco
I solved the same problem removing spaces between rows, and empty ones in functions.php
like this <?php function(){ … } ?> <?php function(){ … } ?>
hope this works also for other people