--- trunk/Estraier.pm 2006/05/16 16:05:23 154 +++ trunk/Estraier.pm 2006/05/18 14:31:42 155 @@ -1515,7 +1515,7 @@ push @args, 'wwidth=' . $self->{wwidth}; push @args, 'hwidth=' . $self->{hwidth}; push @args, 'awidth=' . $self->{awidth}; - push @args, 'skip=' . $self->{skip} if ($self->{skip}); + push @args, 'skip=' . $cond->{skip} if ($cond->{skip}); return join('&', @args); }