Skip to content

Commit

Permalink
OUwiki: Invalid markup in search page [ousearch ISSUE4] #12228
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-platts authored and sammarshallou committed Oct 28, 2014
1 parent 5d36ad9 commit a8c3e0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions search.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
$PAGE->set_url($url);
$ouwikioutput = $PAGE->get_renderer('mod_ouwiki');
echo $ouwikioutput->ouwiki_print_start($ouwiki, $cm, $course, $subwiki, get_string('searchresults'), $context, null, null, null, '', '', $querytext);
echo html_writer::start_div();
$query = new local_ousearch_search($querytext);
$query->set_coursemodule($cm);
if ($subwiki->groupid) {
Expand Down

0 comments on commit a8c3e0a

Please sign in to comment.