diff --git a/application/ui.extkeywidget.class.inc.php b/application/ui.extkeywidget.class.inc.php index 78995e29a..b48e6a320 100644 --- a/application/ui.extkeywidget.class.inc.php +++ b/application/ui.extkeywidget.class.inc.php @@ -609,7 +609,7 @@ EOF // the input for the auto-complete $sHTMLValue .= "iId\" value=\"$sDisplayValue\"/>"; - $sHTMLValue .= ""; + $sHTMLValue .= "
"; // another hidden input to store & pass the object's Id $sHTMLValue .= "iId\" name=\"{$sAttrFieldPrefix}{$sFieldName}\" value=\"".htmlentities($value, ENT_QUOTES, 'UTF-8')."\" />\n";