-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
There's a linebreak issue I've experienced in Express.js when rendering one slab file.
I have yet to test in browser.
If my layout slab is:
{slab layout}
<!doctype html>
<html>
<head>
<title></title>
</head>
<body>
{body}
</body>
</html>
{endslab}The output is:
<!doctype html>
<html>
<head>
<title></title>
</head>
<body>
{body}
</body>
</html>I'm not sure what the issue is, but its fixed with:
{slab layout}<!doctype html>
<html>
<head>
<title></title>
</head>
<body>
{body}
</body>
</html>{endslab}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels