> class removeTabs implements PHPTAL_Filter {
>       public function filter($source){

My bad it would just be return, the assignment to source is not needed:
                return preg_replace('/^\t+/m', '', $source);





_______________________________________________
PHPTAL mailing list
PHPTAL@lists.motion-twin.com
http://lists.motion-twin.com/mailman/listinfo/phptal

Reply via email to