Merge branch 'master' of github.com:remy/mit-license

This commit is contained in:
Remy Sharp 2012-01-10 08:17:25 +00:00
commit 95429c1efc

View file

@ -139,7 +139,7 @@
$license = array_shift(explode('</article>', array_pop(explode('<article>', $license))));
$license = preg_replace('/<[^>]*>/', '', trim($license));
$license = html_entity_decode($license);
header('content-type: text/plain');
header('content-type: text/plain; charset=UTF-8');
}
echo $license;