diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2011-11-05 14:35:18 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2011-11-05 14:35:18 -0700 |
commit | b4a6e9e61aa4737d92499b3a60bd55335c92b57b (patch) | |
tree | a6ac87d8b2f632bdf2798ec9a5c2448f05c9db30 /pages/about.php | |
parent | f7ae42cfb6cb8c6f0977a44bc885d5f2ec135e03 (diff) | |
download | pathery-b4a6e9e61aa4737d92499b3a60bd55335c92b57b.tar.xz |
Repeated fix for about.php
Diffstat (limited to 'pages/about.php')
-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>
|