Skip to content

Commit

Permalink
MDL-35884 - Course - Remove text from ALT attribute for activity chooser
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnfwlr committed Dec 7, 2012
1 parent 0395306 commit ceb3551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -1830,7 +1830,7 @@ function print_section_add_menus($course, $section, $modnames = null, $vertical=
// The module chooser link
$modchooser = html_writer::start_tag('div', array('class' => 'mdl-right'));
$modchooser.= html_writer::start_tag('div', array('class' => 'section-modchooser'));
$icon = $OUTPUT->pix_icon('t/add', $straddeither);
$icon = $OUTPUT->pix_icon('t/add', '');
$span = html_writer::tag('span', $straddeither, array('class' => 'section-modchooser-text'));
$modchooser .= html_writer::tag('span', $icon . $span, array('class' => 'section-modchooser-link'));
$modchooser.= html_writer::end_tag('div');
Expand Down

0 comments on commit ceb3551

Please sign in to comment.