diff --git a/modules/nosearch.pl b/modules/nosearch.pl index 3c4234e5..3bc2765b 100644 --- a/modules/nosearch.pl +++ b/modules/nosearch.pl @@ -25,7 +25,7 @@ sub NewGetSearchLink { my ($text, $class, $name, $title) = @_; $name = UrlEncode($name); $text =~ s/_/ /g; - return $q->span({-class=>$class }, $text); + return $q->span({-class=>$class}, $text); } push(@MyAdminCode, \&BacklinksMenu); @@ -34,8 +34,8 @@ sub BacklinksMenu { if ($id) { my $text = T('Backlinks'); my $class = 'backlinks'; - my $name = "backlinks"; - my $title = T("Click to search for references to this page"); + my $name = 'backlinks'; + my $title = T('Click to search for references to this page'); my $link = ScriptLink('search=' . $id, $text, $class, $name, $title); push(@$menuref, $link); }