diff --git a/js/render_page.js b/js/render_page.js index 3b98f7d..e27ba98 100644 --- a/js/render_page.js +++ b/js/render_page.js @@ -341,7 +341,7 @@ class OutsideClueConstraints { } static _mapKey(type, lineId) { - return `${type}| ${lineId} `; + return `${type}|${lineId}`; } static _isValidValue(value, config) {