Skip to content

Commit

Permalink
duplicate id dataproperties, renamed one of them
Browse files Browse the repository at this point in the history
  • Loading branch information
binfalse committed Oct 10, 2017
1 parent 5b93406 commit 13e9f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/widoco/LODEParser.java
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ else if(attrID.equals("objectproperties")){
else if(attrID.equals("dataproperties")){
dataPropList = (getTermList(html.item(i)));
dataProp = (nodeToString(html.item(i)));
dataProp = dataProp.replace("<h2>"+langFile.getProperty(Constants.LANG_DATA_PROP)+"</h2>", "<h3 id=\"dataproperties\" class=\"list\">"+langFile.getProperty(Constants.LANG_DATA_PROP)+"</h3>");
dataProp = dataProp.replace("<h2>"+langFile.getProperty(Constants.LANG_DATA_PROP)+"</h2>", "<h3 id=\"dataproperties-headline\" class=\"list\">"+langFile.getProperty(Constants.LANG_DATA_PROP)+"</h3>");
}
else if(attrID.equals("annotationproperties")){
annotationPropList = (getTermList(html.item(i)));
Expand Down

0 comments on commit 13e9f8e

Please sign in to comment.