Merged changes from stable branch up to 2.3.23.
[fa-stable.git] / gl / view / gl_trans_view.php
index 89c29a28db766a6e61fc862ad3786feb9b2a832e..b202b6bc1824e674a0aa56c782396aacbfbefeae 100644 (file)
@@ -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;
        }