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:
@@ -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">
|
||||
|
||||
|
Reference in New Issue
Block a user