From: Cindy Li Date: Wed, 24 Aug 2011 16:14:02 +0000 (-0000) Subject: http://atutor.ca/atutor/mantis/view.php?id=4829 X-Git-Tag: v1.2~37 X-Git-Url: https://iam.tj/gitweb/gitweb.cgi?p=acontent.git;a=commitdiff_plain;h=cb322d68c402f4ddfd1260fe9d9703b2ebbb9d84 http://atutor.ca/atutor/mantis/view.php?id=4829 Wrap up handbook title with UTF-8 version of htmlspecialchars(). --- 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'); ?>