expected "indent", but got "newline" 到底是哪里错了啊?
Error: h:\imooc\views\pages\list.jade:19
17| tbody
18| each item in movies
> 19| tr( class="item-id-#{item._id}")
20| td #{item.title}
21| td #{item.doctor}
22| td #{item.country}
expected "indent", but got "newline"
at Parser.expect (h:\imooc\node_modules\jade\lib\parser.js:175:13)
at Parser.block (h:\imooc\node_modules\jade\lib\parser.js:724:10)
at Parser.parseEach (h:\imooc\node_modules\jade\lib\parser.js:461:23)
at Parser.parseExpr (h:\imooc\node_modules\jade\lib\parser.js:233:21)
at Parser.block (h:\imooc\node_modules\jade\lib\parser.js:729:25)
at Parser.tag (h:\imooc\node_modules\jade\lib\parser.js:838:24)
at Parser.parseTag (h:\imooc\node_modules\jade\lib\parser.js:759:17)
at Parser.parseExpr (h:\imooc\node_modules\jade\lib\parser.js:211:21)
at Parser.block (h:\imooc\node_modules\jade\lib\parser.js:729:25)
at Parser.tag (h:\imooc\node_modules\jade\lib\parser.js:838:24)
Scott说添加一个缩进,看了半天也没看出哪里添加的缩进,求大神解答