From 83ef777dc0e94a31354f00eebda0f5737c018939 Mon Sep 17 00:00:00 2001 From: Vibe Nuage Agent Date: Wed, 29 Jul 2026 22:13:09 +0000 Subject: [PATCH 1/2] Fix HTML parsing error by removing control characters 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 --- frontend/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index 8277431..aae8041 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -103,8 +103,8 @@ -

GNOME: Settings  Keyboard  Custom Shortcuts  Add a shortcut with the copied command.

-

KDE: System Settings  Shortcuts  Command/URL  Add a shortcut with the copied command.

+

GNOME: Settings > Keyboard > Custom Shortcuts > Add a shortcut with the copied command.

+

KDE: System Settings > Shortcuts > Command/URL > Add a shortcut with the copied command.

@@ -221,7 +221,7 @@