mirror of
https://github.com/phpbb/phpbb.git
synced 2025-01-18 14:48:28 +01:00
[ticket/16287] Remove loops. prefix in providers loop
PHPBB3-16287
This commit is contained in:
parent
b3f80239c1
commit
d50d1101fb
@ -54,7 +54,7 @@
|
||||
<form action="{U_COLLECT_STATS}" method="post" target="questionaire_result" id="questionnaire-form">
|
||||
<fieldset>
|
||||
<p class="submit-buttons">
|
||||
{% for providers in loops.providers %}
|
||||
{% for providers in providers %}
|
||||
{% for values in providers.values %}
|
||||
<input type="hidden" name="{{ providers.NAME }}[{{ values.KEY }}]" value="{{ values.VALUE }}" />
|
||||
{% endfor %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user