Skip to content

Commit 2e03c84

Browse files
da2xphilwareham
authored andcommitted
Fix Content-type=>Content-Type in Atom responses (Train-Case) (#813)
1 parent efe9925 commit 2e03c84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

textpattern/publish/atom.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ function atom()
359359

360360
$out = array_merge($out, $articles);
361361

362-
header('Content-type: application/atom+xml; charset=utf-8');
362+
header('Content-Type: application/atom+xml; charset=utf-8');
363363

364364
return chr(60).'?xml version="1.0" encoding="UTF-8"?'.chr(62).n.
365365
'<feed xml:lang="'.txpspecialchars($language).'" xmlns="http://www.w3.org/2005/Atom">'.join(n, $out).'</feed>';

0 commit comments

Comments
 (0)