replace htmlentities() with htmlentities_utf8()
[acontent.git] / docs / documentation / frame_header.php
index 3b54446..30d59bb 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
        exit;\r
 } \r