Commit f40189a
Fix: unescaped apostrophe in Today's breaking JS parser
The string 'Today's Total' had a literal apostrophe inside a
single-quoted JS string, causing a SyntaxError that killed the
entire page script.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 0fa7857 commit f40189a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1033 | 1033 | | |
1034 | 1034 | | |
1035 | 1035 | | |
1036 | | - | |
| 1036 | + | |
1037 | 1037 | | |
1038 | 1038 | | |
1039 | 1039 | | |
| |||
0 commit comments