mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-27 15:07:42 +00:00
Merge branch 'master' of github.com:remy/mit-license
This commit is contained in:
commit
95429c1efc
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@
|
||||||
$license = array_shift(explode('</article>', array_pop(explode('<article>', $license))));
|
$license = array_shift(explode('</article>', array_pop(explode('<article>', $license))));
|
||||||
$license = preg_replace('/<[^>]*>/', '', trim($license));
|
$license = preg_replace('/<[^>]*>/', '', trim($license));
|
||||||
$license = html_entity_decode($license);
|
$license = html_entity_decode($license);
|
||||||
header('content-type: text/plain');
|
header('content-type: text/plain; charset=UTF-8');
|
||||||
}
|
}
|
||||||
|
|
||||||
echo $license;
|
echo $license;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue