diff --git a/mod/glossary/mod.html b/mod/glossary/mod.html index a0870d443c2..f8891dcd603 100644 --- a/mod/glossary/mod.html +++ b/mod/glossary/mod.html @@ -107,14 +107,12 @@ if (isadmin() ) { : globalglossary) ) { - if ($form->globalglossary) { - $selected = "checked"; - } + $selected = ''; + if ($form->globalglossary) { + $selected = 'checked="checked"'; } ?> - + />