Skip to content

Commit

Permalink
Search results link use the anchor tag rather than parent for better …
Browse files Browse the repository at this point in the history
…context
  • Loading branch information
moodler committed Aug 31, 2003
1 parent 8bd35f8 commit 1c10b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/forum/search.php
Expand Up @@ -111,7 +111,7 @@


$post->subject = $fullsubject; $post->subject = $fullsubject;


$fulllink = "<p align=\"right\"><a href=\"discuss.php?d=$post->discussion&parent=$post->id\">".get_string("postincontext", "forum")."</a></p>"; $fulllink = "<p align=\"right\"><a href=\"discuss.php?d=$post->discussion#$post->id\">".get_string("postincontext", "forum")."</a></p>";
forum_print_post($post, $course->id, false, false, false, false, $fulllink, $search); forum_print_post($post, $course->id, false, false, false, false, $fulllink, $search);


echo "<br />"; echo "<br />";
Expand Down

0 comments on commit 1c10b4c

Please sign in to comment.