On Thu, 27 Mar 2008, Paul Vriens wrote:
[...]
> > +sub min_to_max($)
> > +{
> > + my ($minmax)[EMAIL PROTECTED];
> > + return $minmax->[0] if ($minmax->[0] == $minmax->[1]);
> > + return "$minmax->[0] to $minmax->[1]";
> > +}
> > +
>
> Don't we need quotes around "x to y"? Firebug complains about this.
Ah, I see, I forgot to put quotes for the refresh() parameters.
I'll send a patch.
--
Francois Gouget <[EMAIL PROTECTED]> http://fgouget.free.fr/
The nice thing about meditation is that it makes doing nothing quite respectable
-- Paul Dean