Merge pull request #537 from PrestaEdit/patch-43

[-] FO: OrderHistory - Unclosed tag
This commit is contained in:
Gregory Roussac
2013-07-17 08:53:31 -07:00
+1 -1
View File
@@ -142,7 +142,7 @@ class OrderHistoryCore extends ObjectModel
$links .= ' '.Tools::htmlentitiesUTF8(sprintf(Tools::displayError('downloadable %d time(s)'), (int)$product['downloadable']));
$links .= '</li>';
}
$links .= '<ul>';
$links .= '</ul>';
$data = array(
'{lastname}' => $customer->lastname,
'{firstname}' => $customer->firstname,