summaryrefslogtreecommitdiff
path: root/modules/filter/filter.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-08-12 18:00:11 +0000
committerDries Buytaert <dries@buytaert.net>2004-08-12 18:00:11 +0000
commit0f088b79ca2fefb4aa92b91cee1d32e162a3dfaf (patch)
treeb96ef3d826688f6669eb9d23b12db48947339f3c /modules/filter/filter.module
parentc1ca7c326f574d83085fb052ea1f2d6249d3832e (diff)
downloadbrdo-0f088b79ca2fefb4aa92b91cee1d32e162a3dfaf.tar.gz
brdo-0f088b79ca2fefb4aa92b91cee1d32e162a3dfaf.tar.bz2
- Patch #9983 by Stefan: various code style improvements.
Diffstat (limited to 'modules/filter/filter.module')
-rw-r--r--modules/filter/filter.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/filter/filter.module b/modules/filter/filter.module
index 97c0a9694..558b6672b 100644
--- a/modules/filter/filter.module
+++ b/modules/filter/filter.module
@@ -22,13 +22,13 @@ function filter_help($section) {
case 'admin/filters':
return t('
-<p><i>Input formats</i> define a way of processing user-supplied text in Drupal. Every input format has its own settings of which <i>filters</i> to apply. Possible filters include stripping out malicious HTML and making URLs clickable.</p>
+<p><em>Input formats</em> define a way of processing user-supplied text in Drupal. Every input format has its own settings of which <em>filters</em> to apply. Possible filters include stripping out malicious HTML and making URLs clickable.</p>
<p>Users can choose between the available input formats when submitting content.</p>
<p>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).</p>');
case 'admin/filters/#':
return t('
-<p>Every <i>filter</i> 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>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')));
case 'admin/filters/#/configure':