Use a line terminator for HTMLCloseComments

This commit is contained in:
Leo Balter 2019-03-13 17:20:41 -04:00 committed by Rick Waldron
parent e227f54d01
commit 1ce8166433
2 changed files with 2 additions and 2 deletions

View File

@ -17,4 +17,4 @@ info: |
... ...
---*/ ---*/
Function("-->"); Function("\n-->");

View File

@ -18,4 +18,4 @@ info: |
... ...
---*/ ---*/
Function("-->", ""); Function("\n-->", "");