Skip to content

Commit

Permalink
Fixed undefined variable notice
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrd8mz committed Nov 11, 2010
1 parent eefb011 commit 2da70c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions filter/algebra/filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2da70c6

Please sign in to comment.