Re: Strange output

2001-07-16 Thread Gerald Richter
> I have this piece of code: > [- > ... > print OUT "QRY:" . $udat{query}; > ... > -] > > But the output is NOT strong ( tags are skipped): > Set optRawInput or write '\QRY:\' . If you don't use a high level html editor, you should set optRawinput anyway, to avoid such problems

Strange output

2001-07-16 Thread Lukas Zapletal
I have this piece of code: [- ... print OUT "QRY:" . $udat{query}; ... -] But the output is NOT strong ( tags are skipped): Here`s the log: print OUT "QRY:" . $udat{query}; I don`t understand. What`s this??? btw I have htmlEscaping switched OFF. Regards Lukas Zapletal [[EMAIL