主页面都有,详情页报错怎么版
Error: E:\imooc-project\imooc\views\pages\detail.jade:6
4| .row
5| .col-md-7
> 6| embed(src='#{movie.flash}', allowFullScreen='true', quality='height', width='720', height='600', align='middle', type="application/x-shockwave-flash")
7| .col-md-5
8| dl.dl-horizontal
9| dt 电影名字
embed is self closing and should not have content.
at Object.visitTag (E:\imooc-project\imooc\node_modules\jade\lib\compiler.js:471:32)
at Object.visitNode (E:\imooc-project\imooc\node_modules\jade\lib\compiler.js:225:37)
at Object.visit (E:\imooc-project\imooc\node_modules\jade\lib\compiler.js:212:10)
at Object.visitBlock (E:\imooc-project\imooc\node_modules\jade\lib\compiler.js:295:12)
at Object.visitNode (E:\imooc-project\imooc\node_modules\jade\lib\compiler.js:225:37)
at Object.visit (E:\imooc-project\imooc\node_modules\jade\lib\compiler.js:212:10)
at Object.visitTag (E:\imooc-project\imooc\node_modules\jade\lib\compiler.js:480:12)
at Object.visitNode (E:\imooc-project\imooc\node_modules\jade\lib\compiler.js:225:37)
at Object.visit (E:\imooc-project\imooc\node_modules\jade\lib\compiler.js:212:10)
at Object.visitBlock (E:\imooc-project\imooc\node_modules\jade\lib\compiler.js:295:12)