Hello!

Embperl 1.2.1 prints the array reference in URL as item1=value1&item2=value2
For example:
<a href="somefile.epl?[+['item1', 'value1', 'item2', 'value2']+]">
The output will be:
<a href="somefile.epl?item1=value1&item2=value2">

It's right as i think

But Embperl 1.3.x prints to output:
<a href="somefile.epl?item1=value1&amp;item2=value2">
Thus Embperl escapes the '&' delimiter as HTML escaping. This works in IE
but i think that is not right.

Your opinion?

Thanks.
Alexey



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to