Inline styles by default

This commit is contained in:
Georgy Litvinov 2020-02-05 17:57:42 +01:00
parent d55c60b030
commit 26cde24fdb

View file

@ -300,7 +300,7 @@ public class XhtmlConfig extends writer2latex.base.ConfigBase {
options[PAGE_TAGS] = new Option("page_tags","div");
options[MIN_LETTER_SPACING] = new Option("min_letter_spacing","0.15");
options[PAGE_BREAK_STYLE] = new Option("page_break_style","");
options[CSS_INLINE] = new BooleanOption("css_inline","false");
options[CSS_INLINE] = new BooleanOption("css_inline","true");
}