Skip to content

Commit

Permalink
Typofix, and better search story webpage title.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Jun 23, 2004
1 parent d66839c commit 8288998
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/Search/Search.pm
Expand Up @@ -263,7 +263,7 @@ sub findStory {
# Don't return just one topic id in tid, make it an arrayref
# to all topic ids -- in the preferred order.
for my $story (@$stories) {
$story->{tid} = $self->getTopiclistForStory($story->{stoid});
$story->{tid} = $reader->getTopiclistForStory($story->{stoid});
}

return $stories;
Expand Down
2 changes: 1 addition & 1 deletion plugins/Search/search.pl
Expand Up @@ -73,7 +73,7 @@ sub main {
} else {
# Yep, these are hardcoded, and someday this should change... -Brian
my $text = strip_notags($form->{query});
header("$constants->{sitename}: Search $text") or return;
header("$constants->{sitename}: Search '$text'") or return;
titlebar("100%", getData('search_result', { text => $text }));
$form->{op} = 'stories' unless exists $ops{$form->{op}};

Expand Down

0 comments on commit 8288998

Please sign in to comment.