]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-21198 fixed a typo
authorDavid Mudrak <david.mudrak@gmail.com>
Sat, 2 Jan 2010 20:58:43 +0000 (20:58 +0000)
committerDavid Mudrak <david.mudrak@gmail.com>
Sat, 2 Jan 2010 20:58:43 +0000 (20:58 +0000)
lib/outputrenderers.php

index 299e424d48673411a6e8a76bec7ededa50059458..3d1498a56e1883eb0143c30448a05205793b3ec5 100644 (file)
@@ -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) {