From c9b342e3e183296b60ec0af47aae5dd4a34852ff Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 24 Nov 2005 19:28:08 +0000 Subject: - Patch #38692 by saerdna: removed duplicate form-text class. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 6c37fd071..67e75a4bc 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1129,7 +1129,7 @@ function system_theme_settings($key = '') { function search_box() { $form['#action'] = url('search'); - $form['keys'] = array('#type' => 'textfield', '#size'=> 15, '#value' => '', '#attributes' => array('alt' => t('Enter the terms you wish to search for.'), 'class' => 'form-text')); + $form['keys'] = array('#type' => 'textfield', '#size'=> 15, '#value' => '', '#attributes' => array('alt' => t('Enter the terms you wish to search for.'))); $form['submit'] = array('#type' => 'submit', '#value' => t('search')); return drupal_get_form('search_box', $form); } -- cgit v1.2.3