I'm trying to add a lang attribute to all html elements generated by
scribble (when rendering to HTML).

If I add a style with attributes to the title, this does the right
thing but only for the "top" page.  The attribute is missing in other
sections.  (Strangely if I add a js-addition to the title, it's added
to all pages.)

Is there some way to add an attribute to all the pages (short of
editing all the included sections)?

Thanks,
David

e.g.
@title[#:style (style #f (list (js-addition "f.js") (attributes
'((lang . "en")))))]{Blah}

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to