From fc19a02cdece83fcece716a181ed19fe12219b8f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Lyonnet=20du=20Moutier?=
 <fx.du.moutier@gmail.com>
Date: Mon, 1 Aug 2016 18:41:06 +0200
Subject: [PATCH] coding style rework

---
 tpl/create_date_poll_step_2.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tpl/create_date_poll_step_2.tpl b/tpl/create_date_poll_step_2.tpl
index a9d9cf18..7253a191 100644
--- a/tpl/create_date_poll_step_2.tpl
+++ b/tpl/create_date_poll_step_2.tpl
@@ -51,7 +51,7 @@
                                     <span class="input-group-addon"><i class="glyphicon glyphicon-calendar text-info"></i></span>
                                     <input type="text" class="form-control" id="day{$i}" title="{__('Generic', 'Day')} {$i+1}"
                                            data-date-format="{__('Date', 'dd/mm/yyyy')}" aria-describedby="dateformat{$i}" name="days[]" value="{$day_value}"
-                                           size="10" maxlength="10" placeholder="{__('Date','dd/mm/yyyy')}" autocomplete="nope"/>
+                                           size="10" maxlength="10" placeholder="{__('Date', 'dd/mm/yyyy')}" autocomplete="nope"/>
                                 </div>
                                 <span id="dateformat{$i}" class="sr-only">({__('Date', 'dd/mm/yyyy')})</span>
                             </legend>
-- 
GitLab