MDL-21198 fixed yet another regression in last commit, lalala

This commit is contained in:
Petr Skoda
2010-01-02 13:26:09 +00:00
parent 1c11dcb6e9
commit bc2587bcf0
+1 -1
View File
@@ -1107,7 +1107,7 @@ class core_renderer extends renderer_base {
$options = array('class'=>'iconhelp', 'alt'=>$text);
$url = new moodle_url(get_docs_url($path));
$icon = $this->icon('docs', $options);
$icon = $this->image('docs', $options);
$link = new html_link($url, $icon.$text);