spike
spike copied to clipboard
doctype rendering strangely
Hey guys,
I have a spike project thats rending out the doctype in a very strange way and I cant work out why.
Layout.html first few lines:
<!DOCTYPE html>
<html>
Strange output string rending out as follows:
<!DOCTYPE html>
<html>
❯ spike -v
2.3.0
❯ node -v
v8.14.0
Any help would be great. Thanks. Luke
Unable to reproduce with a new project on the same versions. Was this produced with a fresh project, or existing one?