From 6e9e267b2750df331a4a9d6d5910714bec738ec0 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 20 Sep 2017 23:57:44 -0700 Subject: provide a space between link header params --- Zotlabs/Web/HTTPSig.php | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Zotlabs/Web/HTTPSig.php b/Zotlabs/Web/HTTPSig.php index 28a7b3b55..986e10d73 100644 --- a/Zotlabs/Web/HTTPSig.php +++ b/Zotlabs/Web/HTTPSig.php @@ -20,7 +20,7 @@ class HTTPSig { return $digest; } - // See draft-cavage-http-signatures-07 + // See draft-cavage-http-signatures-08 static function verify($data,$key = '') { 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; -- cgit v1.2.3