tests
This commit is contained in:
parent
81a3976677
commit
e1df6e693f
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue