From a4b56f8710b1d499f093f1f22e355a811409539a Mon Sep 17 00:00:00 2001 From: Greg Gay Date: Thu, 22 Sep 2011 15:57:54 +0000 Subject: [PATCH] #4826 changed htmlspecialchars() to htmlentities_utf8() for the handbook frame set's title element --- 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 73eb7e9..ffa0a10 100644 --- a/docs/documentation/index.php +++ b/docs/documentation/index.php @@ -42,7 +42,7 @@ if (isset($_GET['p'])) { - <?php echo htmlspecialchars(_AT('Transformable_handbook'), ENT_QUOTES, 'UTF-8'); ?> + <?php echo htmlentities_utf8(_AT('Transformable_handbook')); ?>