--- todo_filter.module.orig	2011-01-21 19:09:39.914880994 +0100
+++ todo_filter.module	2011-01-21 19:32:47.324880994 +0100
@@ -106,15 +106,14 @@
  * Implementation of hook_filter_tips().
  */
 function todo_filter_filter_tips($delta = 0, $format = -1, $long) {
-  if ($long) {
-    return t('Quick Tips:<ul>
-      <li>[_] Todo task = It will show checkbox that isn\'t check</li>
-      <li>[/] Todo task = It will show checkbox that is checked</li></ul>');
-  } else {
-    return t('Quick Tips:<ul>
-      <li>[_] Todo task = It will show checkbox that isn\'t check</li>
-      <li>[/] Todo task = It will show checkbox that is checked</li></ul>');
-  }
+/*  if ($long) {*/
+    return t('[_] Todo task - shows a checkbox that isn\'t checked<br>
+    [/] Todo task - shows a checkbox that is checked');
+/*  } else {
+    return t('Quick Tips:<ul class="tips">
+      <li>[_] Todo task - shows a checkbox that isn't checked</li>
+      <li>[/] Todo task - shows a checkbox that is checked</li></ul>');
+  }*/
 }
 
 // == Internal functions =======================================================
@@ -124,10 +123,10 @@
  */
 function _todo_filter_help_block(){
   return '<pre>'. t("[_] Todo task
-  It will show checkbox that isn't check
+  shows a checkbox that isn't checked
 
   [/] Todo task
-  it will show checkbox that is checked") .'</pre>';
+  shows a checkbox that is checked") .'</pre>';
 }
 
 /**
