mason.report, remove <html><body> because this html report is embedded as is in another page

char-rename
Jon Harper 2017-01-05 17:17:03 +01:00 committed by John Benediktsson
parent 5af166b8f5
commit ed653bf363
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ IN: mason.report
'[
common-report
_ call( -- xml )
[XML <!DOCTYPE html><html><body><-><-></body></html> XML]
[XML <div><-><-></div> XML]
write-xml
] with-file-writer ; inline