From 211f90e2f3d99effed4748db7a26eb2dc5a9c2d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Mon, 3 Sep 2012 16:01:46 +0200 Subject: [PATCH] Fix yet another problem with HTML special chars. fix #11 --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) ?>