Skip to content

Commit

Permalink
Fix HTML encoding for Google Fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Jan 27, 2019
1 parent 60a4c15 commit 0c33ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layout/master.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<title>@yield('title', $siteTitle)</title>

@if($enableExternalDependencies)
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset={{ $fontSubset }}" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&amp;subset={{ $fontSubset }}" rel="stylesheet" type="text/css">
@endif
<link rel="stylesheet" href="{{ mix('dist/css/app.css') }}">

Expand Down

0 comments on commit 0c33ca6

Please sign in to comment.