Skip to content

Commit 1a04fb7

Browse files
committed
fixes
1 parent c47f0ea commit 1a04fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docgeneration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def generateOntDocForNameSpace(self, prefixnamespace,dataformat="HTML"):
302302
if tr["id"] not in classidset:
303303
tree["core"]["data"].append(tr)
304304
with open(outpath + "style.css", 'w', encoding='utf-8') as f:
305-
f.write(stylesheet)
305+
f.write(templates["stylesheet"])
306306
f.close()
307307
with open(outpath + "startscripts.js", 'w', encoding='utf-8') as f:
308308
f.write(templates["startscripts"].replace("{{baseurl}}",prefixnamespace))

0 commit comments

Comments
 (0)