lib/hanami/helpers/assets_helper.rb in hanami-2.1.0.rc3 vs lib/hanami/helpers/assets_helper.rb in hanami-2.1.0

- old
+ new

@@ -380,10 +380,10 @@ # # @example Custom HTML Attributes # # <%= favicon_tag "favicon.ico", id: "fav" %> # - # # <link id: "fav" href="/assets/favicon.ico" rel="shortcut icon" type="image/x-icon"> + # # <link id="fav" href="/assets/favicon.ico" rel="shortcut icon" type="image/x-icon"> # # @example Fingerprint Mode # # <%= favicon_tag %> #