I got a 404 error from that link.. But you are probably using some js display mode and it breaks, because quotes need to be escaped. E.g. instead of ’ you should use \’. You can make this automated by creating a phx custom modifier and using that in your template.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Thank you Doze, for the solution and the elegant workaround.
Steve
np, here’s info on how to do the phx custom modifier if you don’t know:
http://modxcms.com/forums/index.php/topic,44476.msg264283.html#msg264283
"He can have a lollipop any time he wants to. That's what it means to be a programmer."