Fix L10n/i18n.

Some remaining people tag -> list.
Favor -> like
Update translator documentation.
Whitespace updates.
This commit is contained in:
Siebrand Mazeland
2011-04-29 18:59:47 +02:00
parent c13fbfb2d2
commit 4651c9d94a
14 changed files with 106 additions and 50 deletions

View File

@@ -59,9 +59,9 @@ class Salmon
common_log(LOG_ERR, "Salmon unable to sign: " . $e->getMessage());
return false;
}
$headers = array('Content-Type: application/magic-envelope+xml');
try {
$client = new HTTPClient();
$client->setBody($envelope);