Merge remote branch 'origin/platal-1.0.0'
[platal.git] / templates / profile / skill.tpl
index 3fed3b0..469bb15 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2009 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2010 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -34,7 +34,7 @@
     <td>
       <span class="titre">Domaine&nbsp;:</span>
       <select name="competences_sel" onchange="updateElement('competences')">
-        <option value=""></option>
+        <option value="">&nbsp;</option>
         {assign var=ingroup value=false}
         {iterate from=$comp_list item=comp}
         {if $comp.title}
@@ -74,7 +74,7 @@
     <td>
       <span class="titre">Domaine&nbsp;:</span>
       <select name="langues_sel" onchange="updateElement('langues')">
-        <option value=""></option>
+        <option value="">&nbsp;</option>
         {iterate from=$lang_list item=lang}
         <option value="{$lang.id}">{$lang.langue_fr}</option>
         {/iterate}