Skip to content

Commit

Permalink
added wrapper div to make server/client checksum match (GordyD#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
staticbuzz authored and GordyD committed Jul 1, 2016
1 parent fbbfaad commit 1682c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
</head>
<body>
<div id="app"><%- html %></div>
<div id="app"><div><%- html %></div></div>
<script>
window.__INITIAL_STATE__ = <%- initialState %>;
</script>
Expand Down

0 comments on commit 1682c11

Please sign in to comment.