made a copy atutor_1_6_1
authorharris wong <hwong@ocad.ca>
Thu, 3 Jul 2008 16:06:12 +0000 (16:06 -0000)
committerharris wong <hwong@ocad.ca>
Thu, 3 Jul 2008 16:06:12 +0000 (16:06 -0000)
documentation/index.php

index ee704c8..38bd0a6 100644 (file)
@@ -90,7 +90,7 @@ function hide() {
 
 <?php 
 if (isset($_GET['p'])) {
-       $body = html_entities($_GET['p']);
+       $body = htmlentities($_GET['p']);
 } else {
        $body = 'introduction.php';
 }