--- C:\home\feral\www\collapse_text\collapse_text.module.org	2007-11-12 00:23:49.000000000 -0800
+++ C:\home\feral\www\collapse_text\collapse_text.module	2008-02-19 16:37:25.000000000 -0800
@@ -9,13 +9,13 @@
 
 /**
  * implementation of hook_filter_tips()
  */
 function collapse_text_filter_tips($delta, $format, $long = false) {
   if ($long) {
-    return t('Enclose sections of text in [collapse] and [/collapse] to turn them into collapsible sections. If you use [collapse collapsed] and [/collapse], the section will start out collapsed. The legend for the section is taken from the first header (<h1>, <h2>, <h3>, ...) found. In the absence of a header, a default title is used.');
+    return t('Enclose sections of text in [collapse] and [/collapse] to turn them into collapsible sections. If you use [collapse collapsed] and [/collapse], the section will start out collapsed. The legend for the section is taken from the first header (&lt;h1&gt;, &lt;h2&gt;, &lt;h3&gt;, ...) found. In the absence of a header, a default title is used.');
   }
   else {
     return t('Make collapsible text blocks using [collapse] and [/collapse].');
   }
 }
 

