Skip to content

Commit d9ee05c

Browse files
committed
Remove unnecessary whitespace in template HTML
1 parent 85a8a22 commit d9ee05c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: packages/react-scripts/template-typescript/public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<title>React App</title>
2626
</head>
2727
<body>
28-
<noscript> You need to enable JavaScript to run this app. </noscript>
28+
<noscript>You need to enable JavaScript to run this app.</noscript>
2929
<div id="root"></div>
3030
<!--
3131
This HTML file is a template.

Diff for: packages/react-scripts/template/public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<title>React App</title>
2626
</head>
2727
<body>
28-
<noscript> You need to enable JavaScript to run this app. </noscript>
28+
<noscript>You need to enable JavaScript to run this app.</noscript>
2929
<div id="root"></div>
3030
<!--
3131
This HTML file is a template.

0 commit comments

Comments
 (0)