mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 08:09:47 +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 .= '"';
|
||||
$anchorcontents = '';
|
||||
if ($imagefile) {
|
||||
$anchorcontents .= "<img $title alt=\"".s($origtex)."\" src=\"";
|
||||
if ($CFG->slasharguments) { // Use this method if possible for better caching
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue