--- D:/webdesign/drupal/Drupal-6/pathauto-6.x-1.2/pathauto/pathauto.module Sat Oct 17 19:45:54 2009 +++ D:/Documenten/Lucassoft/Projecten/Zuiderhuis/test/pathauto.module Thu Nov 05 21:10:22 2009 @@ -137,4 +137,4 @@ } - $values[$label .'path'] = $catpath .'/'. check_plain($category->name); - $values[$label .'path-raw'] = $catpath_raw .'/'. $category->name; + $values[$label .'path'] = $catpath .'/'. pathauto_cleanstring(check_plain($category->name)); + $values[$label .'path-raw'] = $catpath_raw .'/'. pathauto_cleanstring($category->name); $values[$label .'alias'] = drupal_get_path_alias('taxonomy/term/'. $category->tid);