Nuno Canas wrote: > try changing > <csp:include page='Include/tabHeader.inc'> > to > <csp:include page="Include/tabHeader.inc">
This raises a question: Is there a choice of quotation marks for <CSP*> tags, or must quoted parameters use the $char(34) type? I always use the double-quote (even where Cache' doesn't require that the value be quoted at all). But the question hinges on how CSPs and CSRs are parsed. I could imagine that someday I might have some rare case where I have an inner double-quoted string and want to use single-quotes around the whole of the parameter.
