X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fview_package.php;h=dee8a2f9945df7fe4fb03248e100c0ee426f141e;hb=6ae59a0b8741ce89f30b64c2d0f376835eb0a778;hp=9c8022cdd4e2411e8423f074d1f3f0c46570e30e;hpb=cef4b4de401511a4195b7b8ad04b47bec1895b20;p=fa-stable.git diff --git a/includes/ui/view_package.php b/includes/ui/view_package.php index 9c8022cd..dee8a2f9 100644 --- a/includes/ui/view_package.php +++ b/includes/ui/view_package.php @@ -1,4 +1,14 @@ . +***********************************************************************/ $page_security = 'SA_OPEN'; $path_to_root = "../.."; include_once($path_to_root . "/includes/session.inc"); @@ -41,10 +51,10 @@ foreach ($pkg as $field => $value) { if ($value == '') continue; start_row(); - label_cells($field, htmlentities(is_array($value) ? implode('
', $value) :$value), + label_cells($field, nl2br(htmlentities(is_array($value) ? implode("\n", $value) :$value)), "class='tableheader2'"); end_row(); } -end_table(); +end_table(1); -end_page(); +end_page(true);