summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2004-10-30 16:58:51 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2004-10-30 16:58:51 +0000
commit83dc5f9bab88a855ed621804221100e47a55749e (patch)
treeae3db77a589990e8f1c1ae7802e8ef3e4b0f2bfb
parent979b482c7ace3357bae1305a5c90b190a0d8ecc2 (diff)
downloadbrdo-83dc5f9bab88a855ed621804221100e47a55749e.tar.gz
brdo-83dc5f9bab88a855ed621804221100e47a55749e.tar.bz2
#12295: missing </p> in filter help.
-rw-r--r--modules/filter.module2
-rw-r--r--modules/filter/filter.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/filter.module b/modules/filter.module
index 2fc7a85de..1d47c1143 100644
--- a/modules/filter.module
+++ b/modules/filter.module
@@ -37,7 +37,7 @@ function filter_help($section) {
case 'admin/filters/#':
return t('
<p>Every <em>filter</em> performs one particular change on the user input, for example stripping out malicious HTML or making URLs clickable. Choose which filters you want to apply to text in this input format.</p>
-<p>If you notice some filters are causing conflicts in the output, you can <a href="%order">rearrange them</a>.', array('%configure' => url('admin/filters/'. arg(2) .'/configure'), '%order' => url('admin/filters/'. arg(2) .'/order')));
+<p>If you notice some filters are causing conflicts in the output, you can <a href="%order">rearrange them</a>.</p>', array('%configure' => url('admin/filters/'. arg(2) .'/configure'), '%order' => url('admin/filters/'. arg(2) .'/order')));
case 'admin/filters/#/configure':
return t('
diff --git a/modules/filter/filter.module b/modules/filter/filter.module
index 2fc7a85de..1d47c1143 100644
--- a/modules/filter/filter.module
+++ b/modules/filter/filter.module
@@ -37,7 +37,7 @@ function filter_help($section) {
case 'admin/filters/#':
return t('
<p>Every <em>filter</em> performs one particular change on the user input, for example stripping out malicious HTML or making URLs clickable. Choose which filters you want to apply to text in this input format.</p>
-<p>If you notice some filters are causing conflicts in the output, you can <a href="%order">rearrange them</a>.', array('%configure' => url('admin/filters/'. arg(2) .'/configure'), '%order' => url('admin/filters/'. arg(2) .'/order')));
+<p>If you notice some filters are causing conflicts in the output, you can <a href="%order">rearrange them</a>.</p>', array('%configure' => url('admin/filters/'. arg(2) .'/configure'), '%order' => url('admin/filters/'. arg(2) .'/order')));
case 'admin/filters/#/configure':
return t('