--- a/includes/output.php Mon Jul 06 11:27:02 2009 -0400
+++ b/includes/output.php Wed Jul 08 18:49:04 2009 -0400
@@ -187,7 +187,7 @@
{
global $template;
$template->assign_vars(array(
- 'PAGE_NAME' => $title
+ 'PAGE_NAME' => htmlspecialchars($title)
));
}
}