From d04ebcee1dd811bcd51ec9cda6d97258be153af5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Tue, 29 Jan 2008 10:56:13 +0000 Subject: [PATCH] #215303 by Pancho, slightly modified: clean URL test support text was not green if not using JS --- modules/system/system.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index f17e11f154c..d1200a7b5ce 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -1675,7 +1675,7 @@ function system_clean_url_settings() { $form['clean_url']['#suffix'] = '

'. t('Run the clean url test.', array('@clean_url' => base_path() .'admin/settings/clean-urls')) .'

'; } else { - $form['clean_url']['#description'] .= ' '. t('Your server has been successfully tested to support this feature.'); + $form['clean_url']['#description'] .= '
'. t('Your server has been successfully tested to support this feature.') .'
'; } }