diff --git a/ChangeLog b/ChangeLog
index b8a1dc52180..8a64ec49e1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,7 +12,8 @@ For users:
- New: VAT number is stored in one field. This is more "international".
- New: task #9782 : Add possibility to delete a warehouse.
- New: task #9640 : Add label for stock movements.
-- New: task #9916 : Add FREE text for interventions card
+- New: task #9916 : Add FREE text for interventions card.
+- New: Can define the new product ref when cloning.
- Fix: bug #28055 : Unable to modify the date of a cloned command.
- Fix: bug #27891.
- Fix: Change of numbering module was not effective.
diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php
index e73999cc2e7..22f6b2eb412 100644
--- a/htdocs/html.form.class.php
+++ b/htdocs/html.form.class.php
@@ -1639,34 +1639,35 @@ class Form
$more='';
if ($formquestion)
{
- $more.='
';
- $more.='';
- $more.='| '.$formquestion['text'].' | ';
+ $more.='| '."\n";
+ $more.='';
- $more.=' | ';
+ $more.=' '."\n";
+ $more.=' |
'."\n";
}
print "\n\n";
@@ -1705,14 +1706,14 @@ class Form
}
else
{
- print '