[Catalyst] Changing START_TAG and END_TAG of TT template
Ian Sillitoe
ian at sillit.com
Thu Dec 3 19:07:45 GMT 2009
Just to rule out the obvious - you try this after uncommenting those lines
from the config options?
from ...
#START_TAG =3D> '<?',
#END_TAG =3D> '?>',
);
to ...
START_TAG =3D> '<?',
END_TAG =3D> '?>',
);
(or perhaps):
TAG_STYLE =3D> 'php',
);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20091203/159c0=
f4d/attachment.htm
More information about the Catalyst
mailing list