| commit | 81eacc409f4f5ec758493769c8d1a31e94aaeafa | [log] [tgz] |
|---|---|---|
| author | Autoformatter <bot@sketch.dev> | Wed Apr 30 18:10:50 2025 +0000 |
| committer | Autoformatter <bot@sketch.dev> | Wed Apr 30 18:10:50 2025 +0000 |
| tree | fe7c7dc73de6421c92ac2009f82a90d8e72df19f | |
| parent | 3a89ba89acee96cd963a0e64d812f4ba7943d6d6 [diff] [blame] |
all: fix formatting
diff --git a/webui/src/utils.ts b/webui/src/utils.ts index f3c9714..b60a0fa 100644 --- a/webui/src/utils.ts +++ b/webui/src/utils.ts
@@ -1,7 +1,7 @@ /** * Escapes HTML special characters in a string */ -export function escapeHTML(str: string): string { +export function escapeHTML(str: string): string { return str .replace(/&/g, "&") .replace(/</g, "<")