summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-04-02 10:12:47 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-04-02 10:12:47 +0000
commit767ed120d5f968cfa681b163292fc5f8f80617a4 (patch)
tree696a0b3bc2c3643a4b60b094f9ed5bc3fec8179d /modules
parent7fa3f5ddee00d70e07a2142646a7b4ed9c0f7a13 (diff)
downloadbrdo-767ed120d5f968cfa681b163292fc5f8f80617a4.tar.gz
brdo-767ed120d5f968cfa681b163292fc5f8f80617a4.tar.bz2
#41171 James Harvard & freso@freso.dk: Add ABBR & ACRONYM to HTML tips
Diffstat (limited to 'modules')
-rw-r--r--modules/filter.module2
-rw-r--r--modules/filter/filter.module2
2 files changed, 4 insertions, 0 deletions
diff --git a/modules/filter.module b/modules/filter.module
index 929007ba0..1a6c9e0cd 100644
--- a/modules/filter.module
+++ b/modules/filter.module
@@ -178,6 +178,8 @@ function filter_filter_tips($delta, $format, $long = false) {
'sup' => array( t('Superscripted'), t('<sup>Super</sup>scripted')),
'sub' => array( t('Subscripted'), t('<sub>Sub</sub>scripted')),
'pre' => array( t('Preformatted'), '<pre>'. t('Preformatted') .'</pre>'),
+ 'abbr' => array( t('Abbreviation'), t('<abbr title="Abbreviation">Abbrev.</abbr>')),
+ 'acronym' => array( t('Acronym'), t('<acronym title="Three-Letter Acronym">TLA</acronym>')),
'blockquote' => array( t('Block quoted'), '<blockquote>'. t('Block quoted') .'</blockquote>'),
'q' => array( t('Quoted inline'), '<q>'. t('Quoted inline') .'</q>'),
// Assumes and describes tr, td, th.
diff --git a/modules/filter/filter.module b/modules/filter/filter.module
index 929007ba0..1a6c9e0cd 100644
--- a/modules/filter/filter.module
+++ b/modules/filter/filter.module
@@ -178,6 +178,8 @@ function filter_filter_tips($delta, $format, $long = false) {
'sup' => array( t('Superscripted'), t('<sup>Super</sup>scripted')),
'sub' => array( t('Subscripted'), t('<sub>Sub</sub>scripted')),
'pre' => array( t('Preformatted'), '<pre>'. t('Preformatted') .'</pre>'),
+ 'abbr' => array( t('Abbreviation'), t('<abbr title="Abbreviation">Abbrev.</abbr>')),
+ 'acronym' => array( t('Acronym'), t('<acronym title="Three-Letter Acronym">TLA</acronym>')),
'blockquote' => array( t('Block quoted'), '<blockquote>'. t('Block quoted') .'</blockquote>'),
'q' => array( t('Quoted inline'), '<q>'. t('Quoted inline') .'</q>'),
// Assumes and describes tr, td, th.