Removed a typo

This commit is contained in:
moodler 2006-09-25 08:22:05 +00:00
parent afee986420
commit 87a801e2ec

View File

@ -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);
}