mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Removed a typo
This commit is contained in:
parent
afee986420
commit
87a801e2ec
@ -1340,7 +1340,7 @@ class admin_setting_configtext extends admin_setting {
|
||||
$current = $this->get_setting();
|
||||
}
|
||||
return format_admin_setting('text', $this->name, $this->visiblename,
|
||||
'<input type="text" size="50" class="form-text" class="form-text" id="id_s_'.$this->name.'" name="s_'.$this->name.'" value="'.$current.'" />',
|
||||
'<input type="text" size="50" class="form-text" id="id_s_'.$this->name.'" name="s_'.$this->name.'" value="'.$current.'" />',
|
||||
$this->description);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user