diff --git a/index.php b/index.php index a5f1ca2..299f005 100644 --- a/index.php +++ b/index.php @@ -49,7 +49,7 @@ - <?php echo $currentPage->title ?> + <?php echo htmlspecialchars ($currentPage->title) ?> @@ -120,7 +120,7 @@ " alt="Settings and menu" />
-

title ?>

+

title) ?>