diff --git a/public/index.html b/public/index.html index 72f7d8e..f112f86 100644 --- a/public/index.html +++ b/public/index.html @@ -673,8 +673,8 @@ const optionsHtml = options.map((opt, idx) => ` - - ${escapeHtml(opt)} + + ${escapeHtml(opt.label)} `).join('');