diff options
Diffstat (limited to 'src/sdp/output/xmls.d')
-rw-r--r-- | src/sdp/output/xmls.d | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sdp/output/xmls.d b/src/sdp/output/xmls.d index 57056de..6aa80c2 100644 --- a/src/sdp/output/xmls.d +++ b/src/sdp/output/xmls.d @@ -240,7 +240,9 @@ template outputXHTMLs() { : ", " ~ doc_matters.dochead_meta["creator"]["author"], header_metadata(doc_matters), ((type == "seg") ? "../../../" : "../../") ~ "image/rb7.ico", - ((type == "seg") ? "../../../" : "../../") ~ "css/html.css", + ((type == "seg") + ? "../../../css/html_seg.css" + : "../../css/html_scroll.css"), doc_matters.language, site_info_button(doc_matters), inline_search_form(doc_matters), |