I'm getting unbalanced brackets and illegal nesting errors with this
line of code:

%html{ :lang => 'en', 'xml:lang' => 'en', :xmlns =>
'http://www.w3.org/1999/xhtml' }
  %head
    %script{:type => "text/javascript"
    $(document).ready(function() {
        <%= yield :javascripts %>
    }});
    %meta{"http-equiv" => "content-type", :content =>
"text/html;charset=UTF-8"}

Any suggestions? thanks.
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to