Skip to content
Snippets Groups Projects
Commit 55123b45 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

removed comment referencing IE6 #1535

parent 38004cc0
No related branches found
No related tags found
No related merge requests found
......@@ -1256,9 +1256,7 @@ if (!class_exists('setting_multicheckbox')) {
$checked = ($idx !== false) ? 'checked="checked"' : '';
// ideally this would be handled using a second class of "default", however IE6 does not
// correctly support CSS selectors referencing multiple class names on the same element
// (e.g. .default.selection).
// @todo ideally this would be handled using a second class of "default"
$class = (($idx !== false) == (false !== $idx_default)) ? " selectiondefault" : "";
$prompt = ($plugin->getLang($this->_key.'_'.$choice) ?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment