Add DOCTYPE declaration in HTML output
This commit is contained in:
parent
b5ac632da9
commit
1c0c13bb52
@ -305,6 +305,7 @@ class Harness:
|
||||
file.write(tuplelist2tsv(bom_list))
|
||||
# HTML output
|
||||
with open(f'{filename}.html', 'w') as file:
|
||||
file.write('<!DOCTYPE html>\n')
|
||||
file.write('<html><body style="font-family:Arial">')
|
||||
|
||||
file.write('<h1>Diagram</h1>')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user