I\'m making an Express based web application and everytime someone visits this jade file i get the following error:
Warning: missing space before text for li
I took your code and copied into Notepad++ with View Whitespace on.
Line 28 has 4 extra spaces at the end of it (shown as dashes here):
input(style="width:75px;height:30px;", type="submit", value="Login")----
Also, line 34 has several extra spaces after "Register" as well.