missing newline

This commit is contained in:
copy 2015-01-11 23:36:03 +01:00
parent 0ce621470c
commit 8e554458d1

View file

@ -93,7 +93,7 @@ docfiles.forEach(function(doc)
}
});
?><?= "<!-- " + doc.filename + "-->\n" ?><?
?><?= "\n<!-- " + doc.filename + "-->\n" ?><?
});
?>