Browse Source

use double quotes for html attributes

Tony Li 9 years ago
parent
commit
bb86ab62f2
2 changed files with 2 additions and 2 deletions
  1. 1 1
      resources/views/errors/503.blade.php
  2. 1 1
      resources/views/welcome.blade.php

+ 1 - 1
resources/views/errors/503.blade.php

@@ -3,7 +3,7 @@
     <head>
         <title>Be right back.</title>
 
-        <link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
+        <link href="//fonts.googleapis.com/css?family=Lato:100" rel="stylesheet" type="text/css">
 
         <style>
             html, body {

+ 1 - 1
resources/views/welcome.blade.php

@@ -3,7 +3,7 @@
     <head>
         <title>Laravel</title>
 
-        <link href='//fonts.googleapis.com/css?family=Lato:100' rel='stylesheet' type='text/css'>
+        <link href="//fonts.googleapis.com/css?family=Lato:100" rel="stylesheet" type="text/css">
 
         <style>
             html, body {