[-] Fo : Remove additionnal space in phone field value
This commit is contained in:
@@ -317,7 +317,7 @@ $(document).ready(function() {
|
||||
{elseif $field_name eq "phone"}
|
||||
<p class="{if $one_phone_at_least}required {/if}text">
|
||||
<label for="phone">{l s='Phone'}{if $one_phone_at_least} <sup>*</sup>{/if}</label>
|
||||
<input type="text" class="text" name="phone" id="phone" value="{if isset($smarty.post.phone)}{$smarty.post.phone}{/if} "/>
|
||||
<input type="text" class="text" name="phone" id="phone" value="{if isset($smarty.post.phone)}{$smarty.post.phone}{/if}"/>
|
||||
</p>
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
Reference in New Issue
Block a user