From 9a72b233c295925cc8b6afbd35d1ad14084be18a Mon Sep 17 00:00:00 2001 From: totoro Date: Fri, 19 Feb 2016 08:36:33 +0100 Subject: [PATCH] add media target for css file --- web/CXM_making_a_web_site.anubis | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/CXM_making_a_web_site.anubis b/web/CXM_making_a_web_site.anubis index ce90cb5..28974e1 100644 --- a/web/CXM_making_a_web_site.anubis +++ b/web/CXM_making_a_web_site.anubis @@ -4578,7 +4578,8 @@ define Printable_tree script(type, _) then ["\n" . _format_html_head(t, so_far)], } css(cssf) then - ["\n" . _format_html_head(t, so_far)], + since cssf is css_file(file_name, media), + ["\n" . _format_html_head(t, so_far)], css_inline(cssi) then ["\n" . _format_html_head(t, so_far)] } -- libgit2 0.21.4