diff --git a/blocks/community/forms.php b/blocks/community/forms.php index 6129c7cb65f..894f46474f6 100644 --- a/blocks/community/forms.php +++ b/blocks/community/forms.php @@ -170,6 +170,7 @@ class community_hub_search_form extends moodleform { $hubdescription = html_writer::tag('span', $hubdescription, array('class' => $hub['trusted'] ? 'hubtrusted' : 'hubnottrusted')); + $hubdescription .= ' ' . $OUTPUT->doc_link('trusted_hubs'); } else { $hubdescription = '  '; $hubdescription .= html_writer::tag('a', $hub['name'],