Use the correct end tag identifier character.
This commit is contained in:
parent
26484f3361
commit
bba978f2a1
2 changed files with 3 additions and 3 deletions
|
|
@ -195,7 +195,7 @@ on your print CSS tag.
|
|||
|
||||
sub linkTag {
|
||||
my ($session, $url, $extras) = @_;
|
||||
my $template = qq|<link rel="stylesheet" type="text/css" href="%s" $extras \\>\n|;
|
||||
my $template = qq|<link rel="stylesheet" type="text/css" href="%s" $extras />\n|;
|
||||
return sprintf $template, $url;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue