Just to rule out the obvious - you try this after uncommenting those lines
from the config options?

from ...

        #START_TAG => '<?',
        #END_TAG => '?>',
    );

to ...

        START_TAG => '<?',
        END_TAG => '?>',
    );

(or perhaps):

        TAG_STYLE => 'php',
    );
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to