diff --git a/htdocs/core/class/html.formpropal.class.php b/htdocs/core/class/html.formpropal.class.php
index 48551926e1f..fbbf2c97fb7 100644
--- a/htdocs/core/class/html.formpropal.class.php
+++ b/htdocs/core/class/html.formpropal.class.php
@@ -135,12 +135,12 @@ class FormPropal
}
//Option for Signed+Billed
if ($selected != '' && $selected == "2,4") {
- print '';
+ print '';
print '';
print ajax_combobox($htmlname, array(), 0, 0, 'resolve', ($showempty < 0 ? (string) $showempty : '-1'), $morecss);