From fb6b16d172f81a5ade06422b4a16717d0939b41d Mon Sep 17 00:00:00 2001
From: Angie Byron <webchick@24967.no-reply.drupal.org>
Date: Fri, 1 Oct 2010 01:29:42 +0000
Subject: [PATCH] =?UTF-8?q?#927652=20by=20G=C3=A1bor=20Hojtsy,=20carlos8f:?=
 =?UTF-8?q?=20Drupal=20*always*=20installs=20without=20clean=20URLs=20on?=
 =?UTF-8?q?=20the=20UI.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 includes/install.core.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/includes/install.core.inc b/includes/install.core.inc
index b6dd5f1b3c5a..60ab8e60f36f 100644
--- a/includes/install.core.inc
+++ b/includes/install.core.inc
@@ -1772,7 +1772,7 @@ function _install_configure_form($form, &$form_state, &$install_state) {
   $form['server_settings']['clean_url'] = array(
     '#type' => 'hidden',
     '#default_value' => 0,
-    '#attributes' => array('class' => array('install')),
+    '#attributes' => array('id' => 'edit-clean-url', 'class' => array('install')),
   );
 
   $form['update_notifications'] = array(
-- 
GitLab