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