aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-09-20 23:57:44 -0700
committerzotlabs <mike@macgirvin.com>2017-09-20 23:57:44 -0700
commit6e9e267b2750df331a4a9d6d5910714bec738ec0 (patch)
treef7f2b6096e8a51d393c3a7a31ed1fd18126b595b /boot.php
parent2e9336beb5c3881b7f17cd4ffca29894344c779c (diff)
downloadvolse-hubzilla-6e9e267b2750df331a4a9d6d5910714bec738ec0.tar.gz
volse-hubzilla-6e9e267b2750df331a4a9d6d5910714bec738ec0.tar.bz2
volse-hubzilla-6e9e267b2750df331a4a9d6d5910714bec738ec0.zip
provide a space between link header params
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 9260cea43..51985a2a5 100755
--- a/boot.php
+++ b/boot.php
@@ -1039,7 +1039,7 @@ class App {
if($s) {
$s .= ',';
}
- $s .= '<' . $y['url'] . '>;rel="' . $y['rel'] . '";type="' . $y['type'] . '"';
+ $s .= '<' . $y['url'] . '>; rel="' . $y['rel'] . '"; type="' . $y['type'] . '"';
}
}
return $s;