What merges my php tags?

Hi Tidy folks,

Can someone please tell me what setting will stop HTML Tidy from turning this:


<?php
     ** some PHP stuff **
?>
<?php echo $this->ufActivity('01'); ?>


into this:

<?php
     ** some PHP stuff ** 
?><?php echo $this->ufActivity('01'); ?>

Thanks,
Greg

Received on Thursday, 14 June 2012 09:17:08 UTC