From 4c26ea31ee7ff2d36e08d4d3295c8048e2d4745e Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 8 Sep 2008 15:36:30 +0000 Subject: #305436 by lelutin and Damien Tournoud: Fix broken closing tag. --- modules/locale/locale.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/locale/locale.module b/modules/locale/locale.module index 6bfbfb30b..54cea750f 100644 --- a/modules/locale/locale.module +++ b/modules/locale/locale.module @@ -51,7 +51,7 @@ function locale_help($path, $arg) { $output = '

' . t("Language negotiation settings determine the site's presentation language. Available options include:") . '

'; $output .= ''; $output .= '

' . t('The path prefix or domain name for a language may be set by editing the available languages. In the absence of an appropriate match, the site is displayed in the default language.', array('@languages' => url('admin/settings/language'))) . '

'; return $output; -- cgit v1.2.3