I'm trying to pick up some Jade
to use with express, and I'm having trouble understanding why I'm getting this error. The whole of my .jade file is:
.login
#register
div(style='float:right')
p
input.loginInput (type='text', name='user')
p
input.loginInput (type='password', name='pass')
p
input#button.loginInput (type='submit', value='Join')
div(style='text-align:right;padding-right:110px;padding-top:3px;')
p IGN:
p Password:
a(href='#' onclick='getProfileLogin()') < Back
I'm getting the above error, somehow linked to the inputs (it doesn't happen when I remove them) at line 13: a(href='#' onclick='getProfileLogin()') < Back