Welcome to mirror list, hosted at ThFree Co, Russian Federation.

errors.twig « form_display « config « templates - github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b243ce41f9040080b9afabbcf04b088fb2447bab (plain)
1
2
3
4
5
6
<dl>
    <dt>{{ name }}</dt>
    {% for error in error_list %}
        <dd>{{ error|raw }}</dd>
    {% endfor %}
</dl>