--- D:/Developing/Projects/Salek/site/sina/sites/all/modules/path_redirect/Copy of path_redirect.module	Mon Apr 21 23:38:01 2008
+++ D:/Developing/Projects/Salek/site/sina/sites/all/modules/path_redirect/path_redirect.module	Mon Apr 21 23:38:13 2008
@@ -152,7 +152,7 @@
     $query = $r->query ? "?$r->query" : '';
     $fragment = $r->fragment ? "#$r->fragment" : '';
     $rows[] = array(
-      urldecode($path),
+      htmlspecialchars(urldecode($path)),
       check_url($redirect . $query . $fragment),
       $types[$r->type]['title'],
       array('data' => l(t('test'), preg_replace('/\?.*/', '', urldecode($path)), NULL, strstr($path, '?') ? preg_replace('/.*\?/', '', $path) : NULL)),
