mirror of
https://github.com/kemko/liquid.git
synced 2026-01-06 18:25:41 +03:00
Delete redudant type attribute in script_tag
This commit is contained in:
@@ -14,7 +14,7 @@ module ShopFilter
|
||||
end
|
||||
|
||||
def script_tag(url)
|
||||
%(<script src="#{url}" type="text/javascript"></script>)
|
||||
%(<script src="#{url}"></script>)
|
||||
end
|
||||
|
||||
def stylesheet_tag(url, media = "all")
|
||||
|
||||
Reference in New Issue
Block a user