Index: wikitools.pages.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/wikitools/Attic/wikitools.pages.inc,v
retrieving revision 1.1.2.9
diff -u -p -r1.1.2.9 wikitools.pages.inc
--- wikitools.pages.inc	10 Jul 2009 05:51:12 -0000	1.1.2.9
+++ wikitools.pages.inc	11 Feb 2011 05:10:34 -0000
@@ -54,6 +54,7 @@ function wikitools_handle_request() {
   // Don't do anything if no node types are active or no page name is available
   $node_types = wikitools_node_types();
   if (count($node_types) && $page_name) {
+    $page_name = check_plain($page_name);
     // Try to find the current page with this name, limit the query by node types
     $params = $node_types;
     $params[] = $page_name;
