From 83dc5f9bab88a855ed621804221100e47a55749e Mon Sep 17 00:00:00 2001
From: Steven Wittens <steven@10.no-reply.drupal.org>
Date: Sat, 30 Oct 2004 16:58:51 +0000
Subject: [PATCH] #12295: missing </p> in filter help.

---
 modules/filter.module        | 2 +-
 modules/filter/filter.module | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/filter.module b/modules/filter.module
index 2fc7a85dee7f..1d47c1143584 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 2fc7a85dee7f..1d47c1143584 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('
-- 
GitLab