I have a velocity/html file. I'm trying to include/parse some simple HTML into a page.
If I just copy the text directly on the the main file, it works fine:
Miranda Kerr hasn’t been a Victoria’s Secret Angel for ...
If I create a separate VM file, and include it like so:
#parse("topicoftheday/homepagenews.vm")
I get bad character garbage:
Miranda Kerr hasn’t been a Victoria’s Secret Angel for
How? Why?
Thanks