Added transaction ref display in cust/supp payments.
[fa-stable.git] / includes / ui / view_package.php
index 9c8022cdd4e2411e8423f074d1f3f0c46570e30e..aa2c9df5309c40c6a8175c032085c69646a316ef 100644 (file)
@@ -41,7 +41,7 @@ foreach ($pkg as $field => $value) {
        if ($value == '')
                continue;
        start_row();
-       label_cells($field, htmlentities(is_array($value) ? implode('<br>', $value) :$value),
+       label_cells($field, nl2br(htmlentities(is_array($value) ? implode("\n", $value) :$value)),
                 "class='tableheader2'");
        end_row();
 }