From: moodler Date: Mon, 10 Apr 2006 08:10:13 +0000 (+0000) Subject: Fixed XHTML notices with & X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=315e4e83f934091bdcd5f49b830afe1a736a29e8;p=moodle.git Fixed XHTML notices with & --- diff --git a/blocks/blog_tags/block_blog_tags.php b/blocks/blog_tags/block_blog_tags.php index 89e83e38d9..63f8230a68 100644 --- a/blocks/blog_tags/block_blog_tags.php +++ b/blocks/blog_tags/block_blog_tags.php @@ -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 .= ''.