On Thu, 27 Mar 2008, Paul Vriens wrote: [...]
+sub min_to_max($) +{
- my ($minmax)=@_;
- 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.