Development

Changeset 9020

You must first sign up to be able to contribute.

Changeset 9020

Show
Ignore:
Timestamp:
05/17/08 02:43:48 (4 months ago)
Author:
Jonathan.Todd
Message:

sfYUIPlugin branches/jtodd - Fixed IE spacing bug in datatable

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfYUIPlugin/branches/jtodd/lib/helper/YUIDatatableHelper.php

    r9018 r9020  
    8787          { 
    8888            $val = str_replace('#id#', $object->getId(), $value); 
    89             $js_data .= ' '.$option.'=\"'.$val.'\" '; 
     89            $js_data .= ' '.$option.'=\"'.$val.'\"'; 
    9090             
    9191          } 
    92           $js_data .=' \">'.$action.'</a> '; 
     92          $js_data .='\">'.$action.'</a> '; 
    9393        } 
    9494        $js_data .= '",';