Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escaped link/include tags on Rails 3.0.3 #20

Open
solymosi opened this issue Nov 20, 2010 · 1 comment
Open

Escaped link/include tags on Rails 3.0.3 #20

solymosi opened this issue Nov 20, 2010 · 1 comment

Comments

@solymosi
Copy link

It's simple to fix in lib/synthesis/asset_package_helper.rb:

sources.collect {|source| javascript_include_tag(source, options) }.join("\n").html_safe

... and ...

sources.collect { |source| stylesheet_link_tag(source, options) }.join("\n").html_safe
@grosser
Copy link

grosser commented Nov 21, 2010

I think there are already some branches doing this, have a look at the network.
sbecker is no longer watching/maintaining this project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants