]> git.mjollnir.org Git - moodle.git/commitdiff
Merged filter fix from stable
authormoodler <moodler>
Sun, 22 Oct 2006 08:13:03 +0000 (08:13 +0000)
committermoodler <moodler>
Sun, 22 Oct 2006 08:13:03 +0000 (08:13 +0000)
mod/data/filter.php

index 97e18e6e9bc43e1207868d9d678dd803f8ed2cb8..e8f6e8bb7023344ff6df16c076a168042b75eb4c 100644 (file)
@@ -57,7 +57,7 @@
                                             '<a class="data autolink" title="'.
                                             $strippedcontent.'" href="'.
                                             $CFG->wwwroot.'/mod/data/view.php?d='. $datacontent->dataid .
-                                            '&rid='. $datacontent->recordid .'" target="'.
+                                            '&amp;rid='. $datacontent->recordid .'" target="'.
                                             $CFG->framename.'">',
                                             '</a>', false, true);
                 }