Merge commit 'origin/master' into fusionax
[platal.git] / templates / lists / check.tpl
index a6edb77..385ea40 100644 (file)
@@ -26,7 +26,7 @@
 {if $options|@count}
 <table class='bicol' cellpadding='2' cellspacing='0'>
   <tr><th colspan='3'>Options incorrectes pour {$details.addr}</th></tr>
-  <tr><th>champs</th><th>devrait ĂȘtre :</th><th>est ...</th></tr>
+  <tr><th>champs</th><th>devrait ĂȘtre&nbsp;:</th><th>est&hellip;</th></tr>
   {foreach from=$options key=k item=o}
   <tr>
     <td class='titre'>{$k}</td>
@@ -43,7 +43,7 @@
   </div>
 </form>
 {else}
-<p>Liste correcte !</p>
+<p>Liste correcte&nbsp;!</p>
 {/if}