fix: убрать unicode символ из строки

This commit is contained in:
Aleksei
2026-06-17 09:27:04 +00:00
parent 64b815f8c4
commit e704b00f5b
+1 -1
View File
@@ -138,7 +138,7 @@ input[type=text],input[type=password]{width:100%;box-sizing:border-box;padding:9
html += R"(<div class='card'>
<h3>Управление</h3>
<button class='btn btn-open' onclick="fetch('/open',{method:'POST'}).then(()=>window.location='/?ok=1')"> Открыть шлагбаум</button>
<button class='btn btn-open' onclick="fetch('/open',{method:'POST'}).then(()=>window.location='/?ok=1')">Открыть шлагбаум</button>
</div>)";
html += R"(<div class='card'>