mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Fix tag links in tag clouds. MDL-14547 ; merged from 19_STABLE
This commit is contained in:
parent
5448c13d41
commit
5a620a8c2a
@ -60,7 +60,7 @@ function tag_print_cloud($nr_of_tags=150, $return=false) {
|
||||
$tagname = tag_display_name($tag);
|
||||
}
|
||||
|
||||
$link = $CFG->wwwroot .'/tag/index.php?tag='. rawurlencode($tag->name) .'"';
|
||||
$link = $CFG->wwwroot .'/tag/index.php?tag='. rawurlencode($tag->name);
|
||||
$output .= '<li><a href="'. $link .'" class="'. $tag->class .'" '.
|
||||
'title="'. get_string('numberofentries', 'blog', $tag->count) .'">'.
|
||||
$tagname .'</a></li> ';
|
||||
|
Loading…
x
Reference in New Issue
Block a user