additional check

This commit is contained in:
Georgy Litvinov 2016-10-17 17:33:55 +03:00 committed by Georgy Litvinov
parent cd54f9a93d
commit 62258abbf2

View file

@ -102,6 +102,9 @@ public class GreenstoneTags {
}
private static Node openPageDiv(Node hnode,int pageNum){
if (hnode == null){
return hnode;
}
Document doc = hnode.getOwnerDocument();
Element openBlock = (Element) doc.createElement("div");
openBlock.setAttribute("class", "pageNum");