Fix for Views Arguement Handling Code

foreach ($args as $k => $v) {
  $spaced = str_replace('-', ' ', $args[0]);
  if (taxonomy_get_term_by_name($spaced)) {
    $args[$k] = $spaced;
  }
}

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.