From: David Mudrak Date: Sat, 2 Jan 2010 20:58:43 +0000 (+0000) Subject: MDL-21198 fixed a typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a7b575b1aca8084290f3077100de67296de1017a;p=moodle.git MDL-21198 fixed a typo --- diff --git a/lib/outputrenderers.php b/lib/outputrenderers.php index 299e424d48..3d1498a56e 100644 --- a/lib/outputrenderers.php +++ b/lib/outputrenderers.php @@ -1131,7 +1131,7 @@ class core_renderer extends renderer_base { $icon = $this->image($image_or_url, $options); if ($linktext) { - $icon = $icon.$itle; + $icon = $icon . $title; } if ($url_or_link instanceof html_link) {