- From: Greg Bell <gbell_spamless@yahoo.com>
- Date: Thu, 14 Jun 2012 14:12:18 +1000 (EST)
- To: html-tidy@w3.org
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