Remove unnecessary whitespace in template HTML

This commit is contained in:
Ian Sutherland
2018-11-22 21:57:51 -07:00
parent 85a8a22513
commit d9ee05cc8a
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
<title>React App</title>
</head>
<body>
<noscript> You need to enable JavaScript to run this app. </noscript>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.

View File

@@ -25,7 +25,7 @@
<title>React App</title>
</head>
<body>
<noscript> You need to enable JavaScript to run this app. </noscript>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.