mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Fixed undefined variable notice
This commit is contained in:
parent
eefb011d8a
commit
2da70c6c30
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ function filter_algebra_image($imagefile, $tex= "", $height="", $width="", $alig
|
||||||
$style .= " width:{$width}px;";
|
$style .= " width:{$width}px;";
|
||||||
}
|
}
|
||||||
$style .= '"';
|
$style .= '"';
|
||||||
|
$anchorcontents = '';
|
||||||
if ($imagefile) {
|
if ($imagefile) {
|
||||||
$anchorcontents .= "<img $title alt=\"".s($origtex)."\" src=\"";
|
$anchorcontents .= "<img $title alt=\"".s($origtex)."\" src=\"";
|
||||||
if ($CFG->slasharguments) { // Use this method if possible for better caching
|
if ($CFG->slasharguments) { // Use this method if possible for better caching
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue