]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed XHTML notices with &
authormoodler <moodler>
Mon, 10 Apr 2006 08:10:13 +0000 (08:10 +0000)
committermoodler <moodler>
Mon, 10 Apr 2006 08:10:13 +0000 (08:10 +0000)
blocks/blog_tags/block_blog_tags.php

index 89e83e38d9223807f3c866c8e5b63ae971212317..63f8230a68719e25f0902a9feba08046d55f2a4e 100644 (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.'&amp;filtertype=site&amp;tagid='.$tag->id;
                 $this->content->text .= '<a href="'.$link.'" '.
                                         'class="'.$tag->class.'" '.
                                         'title="'.get_string('numberofentries','blog',$tag->ct).'">'.