From 248c791263d38b6ed35a369eeb14a4547746ef45 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 13 Dec 2008 21:44:25 +1100 Subject: [PATCH] don't use asciidoc's xhtml11-quirks.css as it's for IE6 --- common/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Makefile.common b/common/Makefile.common index eaa08f55..55fb3a90 100644 --- a/common/Makefile.common +++ b/common/Makefile.common @@ -106,5 +106,5 @@ $(JAR): doc ${DOC_FILES}: %.html: %.txt $(BASE)/Makefile.common locale/en-US/asciidoc.conf @echo "DOC $@" - ${ASCIIDOC} --unsafe -a linkcss -o $@ $< + ${ASCIIDOC} --unsafe -a linkcss -a quirks! -o $@ $<