I got an error:
Parse error: syntax error, unexpected end of file in the line
With this code:
In my case the culprit was the lone opening tag in the last line of the file. Apparently it works on some configurations with no problems but causes problems on others.
tag in the last line of the file. Apparently it works on some configurations with no problems but causes problems on others.