mirror of
https://github.com/moodle/moodle.git
synced 2025-03-13 20:26:32 +01:00
forgot to escape some "
This commit is contained in:
parent
6c643a1dcc
commit
2a6f9ad5c9
@ -230,7 +230,7 @@ function extract_data($pages, $courseid, $lessonname, $modname) {
|
||||
}*/
|
||||
foreach ($imgs[2] as $img) {
|
||||
copy($path_parts['dirname'].'/'.$img, $imagedir.'/'.$img);
|
||||
$page->images[] = "<img src=\"$imagelink/$img\" title="$img" />"; // comment out this line if you are using the above foreach loop
|
||||
$page->images[] = "<img src=\"$imagelink/$img\" title=\"$img\" />"; // comment out this line if you are using the above foreach loop
|
||||
}
|
||||
for($i = 0; $i < count($matches[1]); $i++) { // go through all of our div matches
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user