Re: What merges my php tags?

* Greg Bell wrote:
>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'); ?>

I am unable to reproduce this with default settings and current sources.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de
25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Thursday, 14 June 2012 19:27:56 UTC