From 8c9eb6f6bd2e02cd47cc469fb793fc37ecbd9f03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Thu, 22 Jan 2015 11:27:46 +0100 Subject: [PATCH] Typo dans le template du champ file_upload. --- Resources/views/Form/file_upload.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/views/Form/file_upload.html.twig b/Resources/views/Form/file_upload.html.twig index a36ecced..834d5e62 100644 --- a/Resources/views/Form/file_upload.html.twig +++ b/Resources/views/Form/file_upload.html.twig @@ -37,7 +37,7 @@ </span> (<span class="size"> {{- file.size|default -}} </span>) - <span class="error danger"></p> + <span class="error danger"></span> </p> {% endblock -%} </div> -- GitLab