From 83762d79bb2cd61d40f67dd0685d01126690e010 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Fri, 12 Aug 2016 19:25:33 +0300 Subject: [PATCH] Change default greenstone tags to headings-pages --- source/java/writer2latex/xhtml/XhtmlConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/java/writer2latex/xhtml/XhtmlConfig.java b/source/java/writer2latex/xhtml/XhtmlConfig.java index 2d03851..e0c0c95 100644 --- a/source/java/writer2latex/xhtml/XhtmlConfig.java +++ b/source/java/writer2latex/xhtml/XhtmlConfig.java @@ -292,7 +292,7 @@ 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[GREENSTONE_TAGS] = new Option("greenstone_tags","none"); + options[GREENSTONE_TAGS] = new Option("greenstone_tags","headings-pages"); } protected void readInner(Element elm) {