On Jun 7, 2018, at 6:58 PM, Andy Goth <andrew.m.g...@gmail.com> wrote:
> 
> how does the error logger know that its output will wind up inside CSS?

Is there any kind of “context” object that gets passed through the page 
rendering logic?  If so, the high-level code that generates the CSS can declare 
that the final destination is CSS, cluing the code that builds the error string 
into putting it inside a C-style block comment, or suppressing it entirely.

If not, then the context can be global.  It’s ugly, but it really is global 
context for that particular Fossil child/CGI handler.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to