Fixed JavaScript syntax error caused by unescaped apostrophes in French text:
- "Détection d'intrusions" → "Détection d\'intrusions"
- "contrôle d'accès" → "contrôle d\'accès"
Fixes: SyntaxError: missing } after property list at line 90
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>