summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2008-01-29 10:56:13 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2008-01-29 10:56:13 +0000
commitd04ebcee1dd811bcd51ec9cda6d97258be153af5 (patch)
tree91e89a9c6aa0e07c837128c2088ff98b7bd4b638 /modules
parent18575200c6315a8a87b85e856bb525f51f55dd29 (diff)
downloadbrdo-d04ebcee1dd811bcd51ec9cda6d97258be153af5.tar.gz
brdo-d04ebcee1dd811bcd51ec9cda6d97258be153af5.tar.bz2
#215303 by Pancho, slightly modified: clean URL test support text was not green if not using JS
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.admin.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc
index f17e11f15..d1200a7b5 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'] = '<p>'. t('<a href="@clean_url">Run the clean url test</a>.', array('@clean_url' => base_path() .'admin/settings/clean-urls')) .'</p></div>';
}
else {
- $form['clean_url']['#description'] .= ' '. t('Your server has been successfully tested to support this feature.');
+ $form['clean_url']['#description'] .= ' <div class="ok">'. t('Your server has been successfully tested to support this feature.') .'</div>';
}
}