Index: clickpath.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/clickpath/clickpath.module,v
retrieving revision 1.1.2.1.2.3
diff -u -p -r1.1.2.1.2.3 clickpath.module
--- clickpath.module	18 Dec 2008 17:37:45 -0000	1.1.2.1.2.3
+++ clickpath.module	31 May 2009 21:33:30 -0000
@@ -177,7 +177,7 @@ function clickpath_save_path($path) {
     }
     else {
       unset($clickpath[$path]);
-      $clickpath[$path] = $title;
+      $clickpath[$path] = strip_tags($title);
     }
     $_SESSION['clickpath'] = $clickpath;
   }
