Skip to content

Commit 3a7198c

Browse files
authored
Merge pull request #535 from csarven/dev/fix-dokieli-template-whitespace
Fix leading and trailing whitespace in dokieli template
2 parents 540133a + 3c93240 commit 3a7198c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/dokieli/new.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
const DOKIELI_TEMPLATE = `
2-
<!DOCTYPE html>
1+
const DOKIELI_TEMPLATE = `<!DOCTYPE html>
32
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
43
<head>
54
<meta charset="utf-8" />
@@ -17,6 +16,7 @@ const DOKIELI_TEMPLATE = `
1716
</article>
1817
</main>
1918
</body>
20-
</html>`
19+
</html>
20+
`
2121

2222
export default DOKIELI_TEMPLATE

0 commit comments

Comments
 (0)