diff --git a/app/edit/index.php b/app/edit/index.php index e45bb0af5f..fc1027e360 100644 --- a/app/edit/index.php +++ b/app/edit/index.php @@ -41,7 +41,7 @@ else { //set the directory title and mode $_SESSION["app"]["edit"]["dir"] = $_GET["dir"]; - $title = strtoupper($_GET["dir"]); + $title = escape($_GET["dir"]); unset($mode); switch ($_GET["dir"]) { case 'xml': $mode = 'xml'; break;