FIxed some HTML warnings & -> &

This commit is contained in:
moodler
2006-10-22 08:11:55 +00:00
parent 3443f0a7b2
commit 74f65d5ef6
+1 -1
View 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);
}