diff options
author | raylu <raylu@mixpanel.com> | 2011-11-05 14:21:27 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-11-05 14:21:27 -0700 |
commit | f7ae42cfb6cb8c6f0977a44bc885d5f2ec135e03 (patch) | |
tree | 8d08972461ccc8d65e9d00b37f3896dd72166a97 /pages/faq.php | |
parent | 1034e86e3c1211308e67feca78aca6cef2cf7c2d (diff) | |
download | pathery-f7ae42cfb6cb8c6f0977a44bc885d5f2ec135e03.tar.xz |
fix htmlHeader warning
Diffstat (limited to 'pages/faq.php')
-rw-r--r-- | pages/faq.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/faq.php b/pages/faq.php index 302a7f8..429f48b 100644 --- a/pages/faq.php +++ b/pages/faq.php @@ -1,5 +1,5 @@ <?php
-htmlHeader();
+htmlHeader(array());
?>
<body>
|