Fixed XHTML notices with &

This commit is contained in:
moodler
2006-04-10 08:10:13 +00:00
parent e56122e9fd
commit 315e4e83f9
+1 -1
View File
@@ -115,7 +115,7 @@ class block_blog_tags extends block_base {
/// Finally we create the output
foreach ($etags as $tag) {
$link = $CFG->wwwroot.'/blog/index.php?courseid='.
$this->instance->pageid.'&filtertype=site&tagid='.$tag->id;
$this->instance->pageid.'&filtertype=site&tagid='.$tag->id;
$this->content->text .= '<a href="'.$link.'" '.
'class="'.$tag->class.'" '.
'title="'.get_string('numberofentries','blog',$tag->ct).'">'.