> 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
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