Change default greenstone tags to headings-pages

This commit is contained in:
Georgy Litvinov 2016-08-12 19:25:33 +03:00 committed by Georgy Litvinov
parent 84ed16b35d
commit 83762d79bb

View file

@ -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) {