Merge pull request #426 from mro/language

don’t lie about the language.
This commit is contained in:
Teromene 2016-11-08 00:33:17 +00:00 committed by GitHub
commit 1b3efce64d
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ EOD;
/* Data are prepared, now let's begin the "MAGIE !!!" */
$toReturn = '<?xml version="1.0" encoding="UTF-8"?>';
$toReturn .= <<<EOD
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xml:lang="en-US">
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
<title type="text">{$title}</title>
<id>http{$https}://{$httpHost}{$httpInfo}/</id>