Change default greenstone tags to headings-pages
This commit is contained in:
parent
84ed16b35d
commit
83762d79bb
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue