Merged changes from stable branch up to 2.3.23.
[fa-stable.git] / purchasing / includes / ui / grn_ui.inc
index dc84b609637e157b0ceb3071cd74dcae19f3f0f0..4ac5c5bc2a7b570d3e360d42bcf04b4c9b5602c4 100644 (file)
@@ -14,7 +14,7 @@
 function display_grn_summary(&$po)
 {
        global $Refs;
-    start_table(TABLESTYLE2, "width=90%");
+    start_table(TABLESTYLE2, "width='90%'");
 
     start_row();
        label_cells(_("Supplier"), $po->supplier_name, "class='tableheader2'");
@@ -46,7 +46,7 @@ function edit_grn_summary(&$po)
 {
        global $Refs;
 
-       start_outer_table(TABLESTYLE2, "width=80%");
+       start_outer_table(TABLESTYLE2, "width='80%'");
 
        table_section(1);
                label_row(_("Supplier"), $po->supplier_name);