Skip to content

Commit 5d396a5

Browse files
committed
3.2.0 add close tags to templates
1 parent cb391c6 commit 5d396a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-scripts/template-typescript/public/post_installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
manifest.json provides metadata used when your web app is installed on a
1818
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
1919
-->
20-
<link rel="manifest" href="<?php echo $TEMPLATE_PATH; ?>/manifest.json">
20+
<link rel="manifest" href="<?php echo $TEMPLATE_PATH; ?>/manifest.json" />
2121
<!--
2222
If you're reading this from "view source" in your browser, it might not make sense as
2323
these tokens have already been evaluated and replaced, even in this remark blurb.

packages/react-scripts/template/public/post_installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
manifest.json provides metadata used when your web app is installed on a
1818
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
1919
-->
20-
<link rel="manifest" href="<?php echo $TEMPLATE_PATH; ?>/manifest.json">
20+
<link rel="manifest" href="<?php echo $TEMPLATE_PATH; ?>/manifest.json" />
2121
<!--
2222
If you're reading this from "view source" in your browser, it might not make sense as
2323
these tokens have already been evaluated and replaced, even in this remark blurb.

0 commit comments

Comments
 (0)