Jade - missing space before text for line x of jade file

后端 未结 6 2035
一整个雨季
一整个雨季 2020-12-30 19:05

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         


        
6条回答
  •  粉色の甜心
    2020-12-30 19:49

    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.

提交回复
热议问题