X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fdb_pager_view.inc;h=bb6574bef14ffbe24d0074bb5356435aa3893890;hb=7e8df3a179c05c51085349e139aac9ce88b9378d;hp=96609dc3afe1afefb983e613bf33020a5fbe8908;hpb=5e63c6ace55729bbb5ee3b060035a25a4426eb0a;p=fa-stable.git diff --git a/includes/ui/db_pager_view.inc b/includes/ui/db_pager_view.inc index 96609dc3..bb6574be 100644 --- a/includes/ui/db_pager_view.inc +++ b/includes/ui/db_pager_view.inc @@ -61,7 +61,7 @@ function display_db_pager(&$pager) { } } /* show a table of records returned by the sql */ - start_table(TABLESTYLE, "width=$pager->width"); + start_table(TABLESTYLE, "width='$pager->width'"); table_header($headers); if($pager->header_fun) { // if set header handler @@ -103,7 +103,7 @@ function display_db_pager(&$pager) { } switch($coltype) { // format column case 'time': - label_cell($cell, "width=40"); break; + label_cell($cell, "width='40'"); break; case 'date': label_cell(sql2date($cell), "align='center' nowrap"); break; case 'dstamp': // time stamp displayed as date