diff options
-rw-r--r-- | pages/about.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/about.php b/pages/about.php index 4328014..69741d7 100644 --- a/pages/about.php +++ b/pages/about.php @@ -1,5 +1,5 @@ <?PHP
-htmlHeader();
+htmlHeader(array());
?>
<body>
|