From 86bdcd99e9ba441618bb7b11e46c3ba800a38e72 Mon Sep 17 00:00:00 2001 From: PrestaEdit Date: Tue, 2 Jul 2013 17:08:49 +0200 Subject: [PATCH] [-] FO: OrderHistory - Unclosed tag --- classes/order/OrderHistory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,