Current File : /home/users/barii/public_html/finansenl.com.pl/wodki/admin/bkk/classes/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
	}
}