我收到此错误:“语法错误,意外'=',期待 kEND”。该错误可追溯到部分“=”的第一个实例:
<hr class="featurette-divider">
<a class="btn btn-large btn-primary" onclick="location.href=nextUrl;return false">More Lunar Science Facts ></a>
<hr class="featurette-divider">
部分路由是 app/views/layouts/_next.html.erb。
部分在视图中被调用,这里:
<article>
<div id="container">
<br/>
<div class="img-polaroid pull-right">
<%= image_tag("IMG/twelveB.png") %>
</div>
<header>
<h1>Header</h1>
</header>
<p>
...content...
</p>
<%= render 'layouts/next' %>
For printable version: <a href="DOCS/card12.pdf">Click Here</a>
</article>