Encodage caractères HTML

This commit is contained in:
Michael RICOIS 2010-09-28 13:24:48 +00:00
parent 78f7258a41
commit 93173aeee2

View File

@ -72,7 +72,7 @@ else
<option value="greffe-bilans"<?=($type=='greffe-bilans')? ' selected':'';?>>
Comptes annuels</option>
<option value="greffe-actes"<?=($type=='greffe-actes')? ' selected':'';?>>
Actes & Statuts</option>
Actes &amp; Statuts</option>
<!--
<option value="pieces-kbis">Kbis</option>
<option value="pieces-priv">Privilèges</option>
@ -88,7 +88,7 @@ Actes & Statuts</option>
<option value="greffe-bilans"<?=($type=='greffe-bilans')? ' selected':'';?>>
comptes annuels</option>
<option value="greffe-actes"<?=($type=='greffe-actes')? ' selected':'';?>>
actes & statuts</option>
actes &amp; statuts</option>
<option value="greffe-kbis"<?=($type=='greffe-kbis')? ' selected':'';?>>
Kbis</option>
<!--
@ -130,7 +130,7 @@ if ( hasModeEdition() ){
<select name="typeCommande">
<option value="-">-</option>
<option value="G"<?=($typeCommande=='G')? ' selected':'';?>>courrier infogreffe</option>
<option value="C"<?=($typeCommande=='C')? ' selected':'';?>>courrier S&D</option>
<option value="C"<?=($typeCommande=='C')? ' selected':'';?>>courrier S&amp;D</option>
<option value="E"<?=($typeCommande=='E')? ' selected':'';?>>e-mail</option>
</select>
<?php