Skip to content

Commit 22aa6bd

Browse files
Update Windows Simulation/components/apps/browser/App.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3bdd050 commit 22aa6bd

File tree

1 file changed

+1
-2
lines changed
  • Windows Simulation/components/apps/browser

1 file changed

+1
-2
lines changed

Windows Simulation/components/apps/browser/App.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ function escapeHtml(str: string): string {
1515
.replace(/</g, "&lt;")
1616
.replace(/>/g, "&gt;")
1717
.replace(/"/g, "&quot;")
18-
.replace(/'/g, "&#39;")
19-
.replace(/\//g, "&#x2F;");
18+
.replace(/'/g, "&#39;");
2019
}
2120

2221
export default function BrowserApp({ initialFilePath }: BrowserAppProps) {

0 commit comments

Comments
 (0)