X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fview_package.php;h=ff015da9ff2a98d55480c936d2cd6e672a86361f;hb=fc24ee893402902fc58632dabb5d7c2594e191d0;hp=dee8a2f9945df7fe4fb03248e100c0ee426f141e;hpb=2e570d1c62dd7775213cfffe3cf1ab186b94117f;p=fa-stable.git diff --git a/includes/ui/view_package.php b/includes/ui/view_package.php index dee8a2f9..ff015da9 100644 --- a/includes/ui/view_package.php +++ b/includes/ui/view_package.php @@ -43,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);