On Jul 2, 2018, at 9:38 PM, David Mason <dma...@ryerson.ca> wrote:
> 
> It's pretty common to put classes on <body> tags, to use CSS to conditionally 
> choose different renderings by simply changing the class of the body tag.

I think you’d have to write TH1 code to get Fossil to serve more than one 
<body> tag on a given repository.

That then makes me wonder if that would be another way to trick Fossil into 
serving a second <body> tag.  Consider this pseudocode:

    <th1>
       return [concat "<body" [somefn $args] ">"]
    </th1>

I say “pseudocode” because it’s probably horrid Tcl style, if it compiles at 
all.  I speak only pidgin Tcl these days.
_______________________________________________
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