X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gl%2Fview%2Fgl_trans_view.php;h=b202b6bc1824e674a0aa56c782396aacbfbefeae;hb=17b390efcf904072b02ec866b2a427490471a260;hp=5d54c72f6210c91bc6a5138e2c3d985173b08ba4;hpb=264c09696d65efe4532c197f317162daf8c24f32;p=fa-stable.git diff --git a/gl/view/gl_trans_view.php b/gl/view/gl_trans_view.php index 5d54c72f..b202b6bc 100644 --- a/gl/view/gl_trans_view.php +++ b/gl/view/gl_trans_view.php @@ -31,7 +31,7 @@ function display_gl_heading($myrow) { global $systypes_array; $trans_name = $systypes_array[$_GET['type_id']]; - start_table(TABLESTYLE, "width=95%"); + start_table(TABLESTYLE, "width='95%'"); $th = array(_("General Ledger Transaction Details"), _("Reference"), _("Date")); @@ -84,7 +84,7 @@ while ($myrow = db_fetch($result)) if (!$heading_shown) { display_gl_heading($myrow); - start_table(TABLESTYLE, "width=95%"); + start_table(TABLESTYLE, "width='95%'"); table_header($th); $heading_shown = true; } @@ -130,4 +130,3 @@ is_voided_display($_GET['type_id'], $_GET['trans_no'], _("This transaction has b end_page(true, false, false, $_GET['type_id'], $_GET['trans_no']); -?>