Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Commit 008cb83

Browse files
committed
Remove unnecessary whitespace in template HTML
1 parent c425829 commit 008cb83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: 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: 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)