Skip to content

Commit

Permalink
Updates charset attribute name in server response (#452)
Browse files Browse the repository at this point in the history
* Changed "charSet" to "charset" in server response markup

* Use double quotes consistently
  • Loading branch information
morkro authored and jaredpalmer committed Jan 17, 2018
1 parent 70826fd commit 8f716e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-razzle-app/templates/default/src/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ server
<html lang="">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta charSet='utf-8' />
<meta charset="utf-8" />
<title>Welcome to Razzle</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
${assets.client.css
Expand Down

0 comments on commit 8f716e5

Please sign in to comment.