mirror of
https://github.com/jahruz67/wisp-open.git
synced 2026-08-08 18:14:08 +00:00
Replace control characters (\u0012 Form Feed and \u0013 Carriage Return) with proper HTML entities and clean text in index.html to fix parse5 parsing error. - Line 106-107: Replace \u0012 with > for menu navigation separators - Line 224: Remove \u0013 control character Fixes vite build error: Unable to parse HTML; parse5 error code control-character-in-input-stream Co-authored-by: jahruz67 <jahruz67@users.noreply.github.com>