diff options
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r-- | includes/bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 51f0260ee..a22e629ea 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -144,7 +144,7 @@ function drupal_page_header() { ** headers. */ - $headers = explode('\n', $cache->headers); + $headers = explode("\n", $cache->headers); foreach ($headers as $header) { header($header); } |