diff --git a/classes/order/OrderHistory.php b/classes/order/OrderHistory.php index b12bcd91a..ba1ba9bd7 100644 --- a/classes/order/OrderHistory.php +++ b/classes/order/OrderHistory.php @@ -142,7 +142,7 @@ class OrderHistoryCore extends ObjectModel $links .= ' '.Tools::htmlentitiesUTF8(sprintf(Tools::displayError('downloadable %d time(s)'), (int)$product['downloadable'])); $links .= ''; } - $links .= ''; $data = array( '{lastname}' => $customer->lastname, '{firstname}' => $customer->firstname,