Hi.

I've got some code:

--cut here--
<ul>
[$ foreach $item (qw(a b c 
d
 e f

g h

)) $]
<li>[- print OUT $item -]</li>
[$ endforeach $]
</ul>
--cut here--

which under embperl 1.3 produces the following html:

--cut here--
<ul>
<li>a</li>

<li>b</li>

<li>c</li>

<li>d</li>

<li>e</li>

<li>f</li>

<li>g</li>

<li>h</li>
</ul>
--cut here--

But under the 2.0b3 we're running, it produces:

--cut here--
<ul>
<li>abcdefgh</li>
<li>abcdefgh</li>
<li>abcdefgh</li>
<li>abcdefgh</li>
<li>abcdefgh</li>
<li>abcdefgh</li>
<li>abcdefgh</li>
<li>abcdefgh</li>
</ul>
--cut here-

Which seems odd to me.

Michael

http://www.iii.co.uk 
Interactive Investor International is a leading UK Internet personal 
finance service that provides individuals with the capability to identify, 
compare, monitor and buy online a number of financial products and services.

Interactive Investor Trading Limited, a subsidiary of Interactive Investor 
International plc, is regulated by the SFA.

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

Reply via email to