includes/output.php
changeset 1038 6a04793ae13c
parent 867 fc4e242995d4
child 1081 745200a9cc2a
--- 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)
       ));
   }
 }