X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fview_package.php;h=ff015da9ff2a98d55480c936d2cd6e672a86361f;hb=7010ff2972dfbc8be4e577bdeac6b8da7278b691;hp=9e68d046dbf1ef7800a6015cd42c6c7cfd9cdbe5;hpb=46c5f7a65a7659a44ae8254c63152074363d3987;p=fa-stable.git diff --git a/includes/ui/view_package.php b/includes/ui/view_package.php index 9e68d046..ff015da9 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"); @@ -33,7 +43,7 @@ $pkg = get_package_info($_GET['id'], null, $filter); display_heading(sprintf(_("Content information for package '%s'"), $_GET['id'])); br(); -start_table(TABLESTYLE2, "width=80%"); +start_table(TABLESTYLE2, "width='80%'"); $th = array(_("Property"), _("Value")); table_header($th);