Re: E2.0b11 - [$ foreach $] problems

2004-04-20 Thread Gerald Richter
William Barrett Simms wrote: > I'm coming across many odd problems with E2.011b. > > I'm trying to do this: > > [$ foreach $item (keys %fdat) $] > [+ $item +] : [+ $fdat{$item} +] > [$ endforeach $] > > Pretty simple, eh? However, the tag is only appearing at the > end of last line instead of eac

E2.0b11 - [$ foreach $] problems

2004-04-15 Thread William Barrett Simms
I'm coming across many odd problems with E2.011b. I'm trying to do this: [$ foreach $item (keys %fdat) $] [+ $item +] : [+ $fdat{$item} +] [$ endforeach $] Pretty simple, eh? However, the tag is only appearing at the end of last line instead of each line. Is this a known pr