replace htmlentities() with htmlentities_utf8()
[acontent.git] / docs / documentation / frame_content.php
index e19799d..5ad675d 100644 (file)
@@ -14,7 +14,7 @@ define('TR_INCLUDE_PATH', '../include/');
 include(TR_INCLUDE_PATH.'vitals.inc.php');\r
 \r
 if (isset($_GET['p'])) {\r
-       $this_page = htmlentities($_GET['p']);\r
+       $this_page = htmlentities_utf8($_GET['p']);\r
 } else {\r
        $this_page = 'index.php';\r
 } \r