Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
situx committed Jan 28, 2024
1 parent 0d73627 commit d1333cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sparqlunicorn_ontdoc/docgeneration.py
Original file line number Diff line number Diff line change
Expand Up @@ -1207,7 +1207,7 @@ def createHTML(self,savepath, predobjs, subject, baseurl, subpreds, graph, searc
tablecontents+="<details><summary>"+str(len(subpredsmap[tup]))+" values</summary>"
if len(subpredsmap[tup]) > 1:
tablecontents += "<ul>"
if len(predobjmap[tup]) < maxlistthreshold:
if len(subpredsmap[tup]) < maxlistthreshold:
labelmap={}
for item in subpredsmap[tup]:
if subjectstorender!=None and item not in subjectstorender and baseurl in str(item):
Expand Down

0 comments on commit d1333cd

Please sign in to comment.