// Fix little html norme problem

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14821 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-04-23 14:27:43 +00:00
parent b9fe1bb36b
commit 584906d9b0
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
<p id="desc_contact0" class="desc_contact">&nbsp;</p>
{foreach from=$contacts item=contact}
<p id="desc_contact{$contact.id_contact|intval}" class="desc_contact" style="display:none;">
<label>&nbsp;</label>{$contact.description|escape:'htmlall':'UTF-8'}
{$contact.description|escape:'htmlall':'UTF-8'}
</p>
{/foreach}
{/if}
+1
View File
@@ -13,6 +13,7 @@
background:url(../img/bg_form_h3.png) repeat-x 0 0 #989898
}
#contact #center_column p {margin:0; padding:0 0 10px 0;}
#contact #center_column p.desc_contact { text-align: center; padding-left: 10px; padding-right: 10px; }
#contact p.text label,
#contact p.select label,