What merges my php tags?
[email protected] (Greg Bell) Thu, 14 Jun 2012 14:12:18 +1000 (EST)
| Newsgroups | gmane.comp.web.html-tidy.user |
|---|---|
| Message-ID | <[email protected]> |
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