#215303 by Pancho, slightly modified: clean URL test support text was not green if not using JS

6.x
Gábor Hojtsy 2008-01-29 10:56:13 +00:00
parent 18575200c6
commit d04ebcee1d
1 changed files with 1 additions and 1 deletions

View File

@ -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>';
}
}