--- suikawiki/script/wiki.cgi 2002/06/30 07:52:46 1.22 +++ suikawiki/script/wiki.cgi 2002/08/18 04:14:35 1.23 @@ -344,6 +344,7 @@ &print_header($SearchPage); &print_searchform(&escape($word)); print get_search_result ($word, -output_not_found => 1); + print "foo"; &print_footer($SearchPage); } @@ -358,7 +359,7 @@ || index ($page, $word) > 0 || index ($word, $page) > 0 ) { - $r .= qq(
  • $page@{[&escape(&get_subjectline($page))]}
  • ); + $r .= qq(
  • @{[&escape($page)]}@{[&escape(&get_subjectline($page))]}
  • ); $counter++; } } @@ -419,7 +420,7 @@ "http://www.w3.org/TR/html4/loose.dtd"> - $page @{[&escape(&get_subjectline($page))]} + @{[&escape($page.' '.&get_subjectline($page))]} @@ -430,7 +431,7 @@ print <$page@{[&escape(&get_subjectline($page))]} + href="$url_cgi?mycmd=search;mymsg=$cookedpage">@{[&escape($page)]}@{[&escape(&get_subjectline($page))]} EOD } @@ -476,7 +477,7 @@ my ($page) = @_; $walrus_log = ($walrus_debugging) ? &text_to_html("----\n$walrus_log") : ''; # Walrus add (debug) # Walrus mod (1) start - my $cvslog = '$Revision: 1.22 $ $Date: 2002/06/30 07:52:46 $'; + my $cvslog = '$Revision: 1.23 $ $Date: 2002/08/18 04:14:35 $'; print_navigate_links ($page); print <<"EOD";