1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/17108] Stop using backslashes for css selectors

PHPBB3-17108
This commit is contained in:
Marc Alexander
2023-04-05 20:53:20 +02:00
parent 0fad1dc1da
commit 21222adc99
3 changed files with 5 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
{% if backend.S_STATS is not empty %}
<form id="acp_search_index_{{ backend.TYPE }}" method="post" action="{{ U_ACTION }}">
<form id="acp_search_index_{{ backend.TYPE|replace({'\\': '-'}) }}" method="post" action="{{ U_ACTION }}">
<fieldset class="tabulated">