Skip to content

Commit

Permalink
Merge pull request #104 from quarkiverse/fix-media
Browse files Browse the repository at this point in the history
Remove media="screen" for <link rel="stylescheet" ..>
  • Loading branch information
ia3andy authored Nov 7, 2023
2 parents ea2ae01 + c1ddf95 commit bac05fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/main/resources/templates/tags/bundle.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{#if tag is "style" or tag is "both"}
{#let href=inject:bundle.style(key)}
{#if href}
<link rel="stylesheet" media="screen" href="{href}" />
<link rel="stylesheet" href="{href}" />
{#else}
<!-- no value found for key '{key}' in Bundler mapping !-->
{/if}
Expand Down

0 comments on commit bac05fc

Please sign in to comment.