Fix for template.php from review site

  1. function review_preprocess_node(&$vars, $hook) {
  2. //print_r($vars); exit;
  3.   if ($vars['type'] == 'article') {
  4.     $vars['title'] = str_replace('&#1', '&#1', $vars['title']);
  5.   }
  6. }

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.