there should have been a space here

This commit is contained in:
JT Smith 2006-07-13 21:01:23 +00:00
parent b220f13107
commit 8abbdf5e41

View file

@ -264,7 +264,7 @@ sub setLink {
foreach my $name (keys %{$params}) {
$tag .= ' '.$name.'="'.$params->{$name}.'"';
}
$tag .= '/>'."\n";
$tag .= ' />'."\n";
$self->{_link}{$url} = $tag;
$self->session->output->print($tag) if ($self->sent);
}