Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed xml again (bug 2413)
  • Loading branch information
moodler committed Jan 31, 2005
1 parent cdf3925 commit b2432b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mod/forum/search.php
Expand Up @@ -40,7 +40,7 @@
if (!$search) {
print_header_simple("$strsearch", "",
"<a href=\"index.php?id=$course->id\">$strforums</a> -> $strsearch", "search.search",
"", "", "&nbsp;", navmenu($course), true);
"", "", "&nbsp;", navmenu($course));

print_simple_box_start("center");
echo "<center>";
Expand All @@ -61,7 +61,7 @@
print_header_simple("$strsearchresults", "",
"<a href=\"index.php?id=$course->id\">$strforums</a> ->
<a href=\"search.php?id=$course->id\">$strsearch</a> -> \"$search\"", "search.search",
"", "", "&nbsp;", navmenu($course), true);
"", "", "&nbsp;", navmenu($course));
print_heading(get_string("nopostscontaining", "forum", $search));

print_simple_box_start("center");
Expand All @@ -80,7 +80,7 @@
print_header_simple("$strsearchresults", "",
"<a href=\"index.php?id=$course->id\">$strforums</a> ->
<a href=\"search.php?id=$course->id\">$strsearch</a> -> \"$search\"", "search.search",
"", "", $searchform, navmenu($course), true);
"", "", $searchform, navmenu($course));

print_heading("$strsearchresults: $totalcount");

Expand Down

0 comments on commit b2432b7

Please sign in to comment.