ok
Direktori : /proc/self/root/home2/selectio/www/limpiar.in.net/vendor/mpdf/mpdf/src/Tag/ |
Current File : //proc/self/root/home2/selectio/www/limpiar.in.net/vendor/mpdf/mpdf/src/Tag/Pre.php |
<?php namespace Mpdf\Tag; class Pre extends BlockTag { public function open($attr, &$ahtml, &$ihtml) { $this->mpdf->ispre = true; // ADDED - Prevents left trim of textbuffer in printbuffer() parent::open($attr, $ahtml, $ihtml); // TODO: Change the autogenerated stub } }