From cb322d68c402f4ddfd1260fe9d9703b2ebbb9d84 Mon Sep 17 00:00:00 2001 From: Cindy Li Date: Wed, 24 Aug 2011 16:14:02 +0000 Subject: [PATCH] http://atutor.ca/atutor/mantis/view.php?id=4829 Wrap up handbook title with UTF-8 version of htmlspecialchars(). --- docs/documentation/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/index.php b/docs/documentation/index.php index e696e64..6d1bea7 100644 --- a/docs/documentation/index.php +++ b/docs/documentation/index.php @@ -42,7 +42,7 @@ if (isset($_GET['p'])) { - <?php echo _AT('Transformable_handbook'); ?> + <?php echo htmlspecialchars(_AT('Transformable_handbook'), ENT_QUOTES, 'UTF-8'); ?>