Fixed many issues in output HTML code according to HTML 4.01 Transitional format.
[fa-stable.git] / gl / inquiry / balance_sheet.php
index 01dc3c1e328c1c9db42636bfb9352b2131a15b18..7bec22c03eedbe89eb31d964f380879f0b389bb1 100644 (file)
@@ -156,7 +156,7 @@ function display_balance_sheet()
 
        div_start('balance_tbl');
        
-       start_table(TABLESTYLE, "width=30%");                   
+       start_table(TABLESTYLE, "width='30%'");
                
        if (!$drilldown) //Root Level
        {               
@@ -172,7 +172,7 @@ function display_balance_sheet()
                while ($class = db_fetch($classresult))
                {       
                        $classclose = 0.0;
-                       $convert = get_class_type_convert($class["ctype"]);             
+                       $convert = get_class_type_convert($class["ctype"]);
                        $ctype = $class["ctype"];
                        $classname = $class["class_name"];