From e1df6e693ffcf95beacc42fd24c1af53d4bee519 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Wed, 21 Sep 2016 17:46:52 +0300 Subject: [PATCH] tests --- source/java/writer2latex/xhtml/XhtmlConfig.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/java/writer2latex/xhtml/XhtmlConfig.java b/source/java/writer2latex/xhtml/XhtmlConfig.java index e91855f..d85b8b8 100644 --- a/source/java/writer2latex/xhtml/XhtmlConfig.java +++ b/source/java/writer2latex/xhtml/XhtmlConfig.java @@ -293,8 +293,8 @@ public class XhtmlConfig extends writer2latex.base.ConfigBase { options[UPLINK] = new Option("uplink",""); options[DIRECTORY_ICON] = new Option("directory_icon",""); options[DOCUMENT_ICON] = new Option("document_icon",""); - options[HEADING_TAGS] = new Option("heading_tags","sections"); - options[PAGE_TAGS] = new Option("page_tags","div"); + options[HEADING_TAGS] = new Option("heading_tags","none"); + options[PAGE_TAGS] = new Option("page_tags","none"); } protected void readInner(Element elm) {