Skip to content

Commit

Permalink
Merge pull request #3437 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
Fix HTML encoding for Google Fonts
  • Loading branch information
jbrooksuk committed Jan 27, 2019
2 parents 60a4c15 + 0c33ca6 commit b956a77
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 b956a77

Please sign in to comment.