SyntaxError in Pages#top

Showing public/<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-/W3C/DTD XHTML 1.0 Transitional/EN" "http:/www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http:/www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <link href="<%= @site.root_url %>/stylesheet.css" media="screen" rel="Stylesheet" type="text/css" /> <title><%= @site.title %></title> <META NAME="ROBOTS" CONTENT="ALL"> <META name="description" content="<%= @site.title %>トップページ。<%= @site.title %>に関する情報<% for entry in @entries %><%= entry.title %>、<% end %>などが盛りだくさん。"> <META name="keywords" content="霊園,墓<%= @site.title %>,<% for entry in @entries %><%= entry.title %>,<% end %>"></head> <!--[if lt IE 7]> <script src="http:/ie7-js.googlecode.com/svn/version/2.0(beta)/IE7.js" type="text/javascript"></script> <![endif]--> <body> <div id="box_all"> <div id="header"> <h1><a href="<%= @site.root_url %>"><%= @site.title %></a></h1> </div> <div id="container"> <div id="pankuzu"> <a href="index.html"><%= @site.title %></a> </div> <div id="left" class="clearfix"> <% for entry in @entries %> <h2><a href="<%= @site.root_url %>/<%= entry.id %>.html"><%= entry.title %></a></h2> <%= entry.extended %> <% end %> </div> <div id="right"> <h2><%= @site.title %>メニュー<h2> <ul> <% for entry in @entries %> <li><a href="<%= @site.root_url %>/<%= entry.id %>.html"><%= entry.title %></a></li> <% end %> </ul> <%= parts '葬儀チームa' %> <%= parts 'パターン2 %> </div> </div> </div> <div id="footer"> <p>(C)<a href="<%= @site.root_url %>"><%= @site.title %></a>2008</p> </div> </body> </html> where line # raised:

compile error
compiled-template:53: unterminated string meets end of file
compiled-template:53: syntax error, unexpected $end, expecting ')'

Extracted source (around line #):

RAILS_ROOT: /home/farmer/farmer/public/../config/..

Application Trace | Framework Trace | Full Trace
compiled-template:53:in `compile_template'
#{RAILS_ROOT}/app/controllers/pages_controller.rb:22:in `top'
#{RAILS_ROOT}/app/controllers/publish_controller.rb:62:in `generate_top'
#{RAILS_ROOT}/app/controllers/publish_controller.rb:39:in `generate_all'
#{RAILS_ROOT}/app/controllers/publish_controller.rb:7:in `all_site'
#{RAILS_ROOT}/app/controllers/publish_controller.rb:6:in `each'
#{RAILS_ROOT}/app/controllers/publish_controller.rb:6:in `inject'
#{RAILS_ROOT}/app/controllers/publish_controller.rb:6:in `all_site'

Request

Parameters: {"site_id"=>33, "id"=>nil}

Show session dump