removing ","
This commit is contained in:
parent
41f1c06cc7
commit
473eff9363
@ -28,7 +28,7 @@ module Sinatra
|
|||||||
list.collect { |source| javascript_tag(source, options) }.join("\n")
|
list.collect { |source| javascript_tag(source, options) }.join("\n")
|
||||||
end
|
end
|
||||||
|
|
||||||
alias :javascript_include_tag, :javascript_script_tag
|
alias :javascript_include_tag :javascript_script_tag
|
||||||
|
|
||||||
def link_to(desc, url, options = {})
|
def link_to(desc, url, options = {})
|
||||||
tag("a", options.merge(:href => url_for(url))) do
|
tag("a", options.merge(:href => url_for(url))) do
|
||||||
|
Loading…
Reference in New Issue
Block a user