Skip to content

Commit

Permalink
Merge branch 'MDL-34573_accessibility' of git://github.com/rwijaya/mo…
Browse files Browse the repository at this point in the history
…odle

Conflicts:
	tag/manage.php
  • Loading branch information
stronk7 committed Sep 26, 2012
2 parents ce77b89 + 04a530c commit b20e4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tag/manage.php
Expand Up @@ -265,7 +265,7 @@
$flag = $tag->flag;
$timemodified = format_time(time() - $tag->timemodified);
$checkbox = html_writer::tag('input', '', array('type' => 'checkbox', 'name' => 'tagschecked[]', 'value' => $tag->id));
$attrs = array('type' => 'text', 'id' => 'newname_' . $tag->id, 'name' => 'newname["'.$tag->id.'"]');
$attrs = array('type' => 'text', 'id' => 'newname_' . $tag->id, 'name' => 'newname['.$tag->id.']');
$text = html_writer::label(get_string('newname', 'tag'), 'newname_' . $tag->id, false, array('class' => 'accesshide'));
$text .= html_writer::empty_tag('input', $attrs);
$tagtype = html_writer::label(get_string('tagtype', 'tag'), 'menutagtypes'. $tag->id, false, array('class' => 'accesshide'));
Expand Down

0 comments on commit b20e4c1

Please sign in to comment.