Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
situx committed Jan 23, 2024
1 parent de5982f commit 4a221c5
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 @@ -1553,7 +1553,7 @@ def main():
print(subfolders)
for path in subfolders:
indexhtml+="<tr><td><a href=\""+path.replace(outpath[0]+"/","")+"/index.html\">"+path.replace(outpath[0]+"/","")+"</a></td></tr>"
indexhtml+="</tbody></table>"
indexhtml+="</tbody></table><script>$('#indextable').DataTable();</script>"
indexhtml+=templates["footer"].replace("{{license}}",curlicense).replace("{{exports}}",templates["nongeoexports"]).replace("{{bibtex}}","").replace("{{stats}}","")
#print(indexhtml)
indexf.write(indexhtml)
Expand Down

0 comments on commit 4a221c5

Please sign in to comment.