From dee6cb3e57a38d1f6e575a879e6455269147a249 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 15 Mar 2009 18:51:28 +0000 Subject: #356359 by mgifford and nfreear: Resolve accessibility failures in search form. --- modules/search/search.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/search/search.module b/modules/search/search.module index 018c5c7ab..21a3657df 100644 --- a/modules/search/search.module +++ b/modules/search/search.module @@ -1071,7 +1071,7 @@ function search_form(&$form_state, $action = '', $keys = '', $type = NULL, $prom '#attributes' => array('class' => 'search-form'), ); $form['module'] = array('#type' => 'value', '#value' => $type); - $form['basic'] = array('#type' => 'item', '#title' => $prompt); + $form['basic'] = array('#type' => 'item', '#title' => $prompt, '#id' => 'edit-keys'); $form['basic']['inline'] = array('#prefix' => '
', '#suffix' => '
'); $form['basic']['inline']['keys'] = array( '#type' => 'textfield', -- cgit v1.2.3