use double quotes for html attributes

This commit is contained in:
Tony Li 2015-06-23 12:04:52 -07:00
parent 9089b7e2ae
commit bb86ab62f2
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<head> <head>
<title>Be right back.</title> <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> <style>
html, body { html, body {

View File

@ -3,7 +3,7 @@
<head> <head>
<title>Laravel</title> <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> <style>
html, body { html, body {