#4826 changed htmlspecialchars() to htmlentities_utf8() for the handbook frame set...
authorGreg Gay <info@atutor.ca>
Thu, 22 Sep 2011 15:57:54 +0000 (15:57 -0000)
committerGreg Gay <info@atutor.ca>
Thu, 22 Sep 2011 15:57:54 +0000 (15:57 -0000)
docs/documentation/index.php

index 73eb7e9..ffa0a10 100644 (file)
@@ -42,7 +42,7 @@ if (isset($_GET['p'])) {
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo DEFAULT_LANGUAGE_CODE; ?>" lang="<?php echo DEFAULT_LANGUAGE_CODE; ?>"> 
 <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-       <title><?php echo htmlspecialchars(_AT('Transformable_handbook'), ENT_QUOTES, 'UTF-8'); ?></title>
+       <title><?php echo htmlentities_utf8(_AT('Transformable_handbook')); ?></title>
 
 <script type="text/javascript">