bug: xml prologue inside {strip} block

[email protected] (Konstantin Pelepelin) Mon, 5 Feb 2007 13:07:55 +0300
Newsgroups php.smarty.dev
Organization DTF
Message-ID <[email protected]>
Hi!

It's me again with {strip} bugs.

Following template code

{strip}
<?xml version="1.0"?>
{/strip}

gives overquoted output

<?php echo '<?xml'; ?>version="1.0"<?php echo '?>'; ?>

I mean it is output, not a compiled template.

WBR,
Konstantin Pelepelin
DTF.RU