angle brackets being escaped in CustomContent
Posted: Sun Jun 04, 2006 11:11 pm
I'm typing this into the Content for one of pages:
The angle brackets are getting escaped so that when you view source for the rendered page, the following is displayed in the browser:
and the source looks like:
Why are the brackets being escaped? Any ideas?
I have the CustomContent module tag inside the template (it breaks whether the CustomerContent is in the template or the Content box).
I'm using:
CMSMS 0.13
Frontend Users 1.0.5
Custom Content 1.4.1
SelfRegistration 1.0.3
Thanks in advance.
Code: Select all
<!--customContent: startif group=customers -->
...stuff.....
<!--customContent: else -->
...other stuff.....
<!--customContent: endif -->
Code: Select all
<!--customContent: startif group=customers -->
...stuff.....
<!--customContent: else -->
...other stuff.....
<!--customContent: endif -->
Code: Select all
<!--customContent: startif group=customers -->
...stuff.....
<!--customContent: else -->
...other stuff.....
<!--customContent: endif -->
I have the CustomContent module tag inside the template (it breaks whether the CustomerContent is in the template or the Content box).
I'm using:
CMSMS 0.13
Frontend Users 1.0.5
Custom Content 1.4.1
SelfRegistration 1.0.3
Thanks in advance.