daca2-report: cleanup. thanks elfring for spotting this.

This commit is contained in:
Daniel Marjamäki 2018-05-07 22:13:00 +02:00
parent b2789cc2c6
commit 78e1474f55
1 changed files with 0 additions and 1 deletions

View File

@ -147,7 +147,6 @@ for lib in (False, True):
data = data.replace('&', '&')
data = data.replace('<', '&lt;')
data = data.replace('>', '&gt;')
data = data.replace('\n', '\n')
f = open(path + 'daca2-' + a + '.html', 'wt')
f.write('<!DOCTYPE html>\n')