diff -r 03c7f5ec1e4c -r 80facec76d9f includes/pageprocess.php --- a/includes/pageprocess.php Sun Aug 05 17:10:17 2007 -0400 +++ b/includes/pageprocess.php Mon Aug 06 10:09:48 2007 -0400 @@ -753,7 +753,7 @@ $parser->assign_bool(array( 'page_exists' => true )); - $page_title = $paths->pages[ $c_page_id ]['name']; + $page_title = htmlspecialchars($paths->pages[ $c_page_id ]['name']); } else {