From d24e8315f16e00c6e476abf7a2d40d3ce6a9a4ca Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 4 Dec 2006 10:43:34 +0000 Subject: - Patch #100987 by dvessel: paragraph tag to help text. --- modules/throttle/throttle.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/throttle') diff --git a/modules/throttle/throttle.module b/modules/throttle/throttle.module index 952e197ff..d31390664 100644 --- a/modules/throttle/throttle.module +++ b/modules/throttle/throttle.module @@ -127,7 +127,7 @@ function throttle_help($section) { $output .= '

'. t('For more information please read the configuration and customization handbook Throttle page.', array('@throttle' => 'http://drupal.org/handbook/modules/throttle/')) .'

'; return $output; case 'admin/settings/throttle': - return t('If your site gets linked to by a popular website, or otherwise comes under a "Denial of Service" (DoS) attack, your webserver might become overwhelmed. This module provides a congestion control throttling mechanism for automatically detecting a surge in incoming traffic. This mechanism is utilized by other Drupal modules to automatically optimize their performance by temporarily disabling CPU-intensive functionality.'); + return '

'. t('If your site gets linked to by a popular website, or otherwise comes under a "Denial of Service" (DoS) attack, your webserver might become overwhelmed. This module provides a congestion control throttling mechanism for automatically detecting a surge in incoming traffic. This mechanism is utilized by other Drupal modules to automatically optimize their performance by temporarily disabling CPU-intensive functionality.') .'

'; } } -- cgit v1.2.3