Skip to content

Commit

Permalink
Fixed RSS mimetype (thanks, floam!).
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 4, 2007
1 parent 3cad776 commit 68c0d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IcculusFinger_webinterface.pl
Expand Up @@ -109,7 +109,7 @@
print $remote "$finger_query\015\012";

if ($rss) {
print("Content-type: application/xhtml+xml; charset=UTF-8\n\n");
print("Content-type: application/rss+xml; charset=UTF-8\n\n");
} else {
print("Content-type: text/html; charset=UTF-8\n\n");
}
Expand Down

0 comments on commit 68c0d5b

Please sign in to comment.