0byt3m1n1
Path:
C:
/
wamp64
/
www
/
id
/
vendor1
/
mpdf
/
mpdf
/
src
/
Tag
/
[
Home
]
File: 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 } }