changeset 83 | 80facec76d9f |
parent 73 | 0a74676a2f2f |
child 91 | 8079b0288e8e |
--- 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 {