diff --git a/static/index.html b/static/index.html index deafa8b4..5d80a5a6 100644 --- a/static/index.html +++ b/static/index.html @@ -2507,7 +2507,7 @@ function renderStrategyTable(strategies) { }; const th = (key, label, cls, title, colKey) => { const arrow = window._sortKey === key ? (window._sortDir === 'desc' ? '▼' : '▲') : ''; - const helpBtns = colKey ? 'ⓘ§' : ''; + const helpBtns = colKey ? `ⓘ§` : ''; return `