【发布时间】:2014-02-17 21:45:50
【问题描述】:
以下 pyjade 代码导致内部服务器错误。当 #{module.key} 在 href 之外使用时,它可以正常工作。有什么想法吗?
table
// the table isn't working perfectly but leo is making responsive
// anyway, will merge that version
each module, m in modules
if (m % 5 == 0)
tr
td
a(href='#{module.key}') #{module.name}
else
td
a(href="#{module.key}") #{module.name}
【问题讨论】: