Index: spoiler.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/spoiler/spoiler.module,v retrieving revision 1.1.4.3 diff -u -r1.1.4.3 spoiler.module --- spoiler.module 11 Mar 2009 14:52:00 -0000 1.1.4.3 +++ spoiler.module 3 May 2009 15:15:04 -0000 @@ -53,7 +53,7 @@ * Implementation of hook_filter_tips(). */ function spoiler_filter_tips($delta, $format, $long = FALSE) { - return t('
Spoilers can be placed between [spoiler][/spoiler] tags in order to be masked using CSS. Users will need to highlight the text to read content.'); + return t('Spoilers can be placed between [spoiler][/spoiler] tags in order to be masked using CSS. Users will need to highlight the text to read content.'); } /**