there should have been a space here
This commit is contained in:
parent
b220f13107
commit
8abbdf5e41
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue