From c015aa3da3acb1e4cffde74dcf05aee5c08136c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Mon, 22 Oct 2007 10:32:03 +0000 Subject: #184954 by scor: fix reference to 'input formats' in the help text --- modules/filter/filter.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/filter/filter.module b/modules/filter/filter.module index 4da0c12d9..306d6ff8b 100644 --- a/modules/filter/filter.module +++ b/modules/filter/filter.module @@ -29,7 +29,7 @@ function filter_help($path, $arg) {

Input formats define a way of processing user-supplied text in Drupal. Every input format has its own settings of which filters to apply. Possible filters include stripping out malicious HTML and making URLs clickable.

Users can choose between the available input formats when submitting content.

Below you can configure which input formats are available to which roles, as well as choose a default input format (used for imported content, for example).

-

Note that (1) the default format is always available to all roles, and (2) all filter formats can always be used by roles with the "administer filters" permission even if they are not explicitly listed in the Roles column of this table.

'); +

Note that (1) the default format is always available to all roles, and (2) all input formats can always be used by roles with the "administer filters" permission even if they are not explicitly listed in the Roles column of the table below.

'); case 'admin/settings/filters/%': return t(' -- cgit v1.2.3