Removed a typo
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user