mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-17 01:40:42 -07: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