]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Fix warning if the encoding retrieved from external headers is invalid 1569/head
authorArthurHoaro <arthur@hoa.ro>
Sat, 26 Sep 2020 11:28:38 +0000 (13:28 +0200)
committerArthurHoaro <arthur@hoa.ro>
Wed, 30 Sep 2020 09:11:19 +0000 (11:11 +0200)
commit1ea09a1b8b8b7f68ec8c7ef069393ee58a0e623a
treeaa002767f8d59c11c71fab3d1b27d22978cb85ec
parentd0ae1ba273b6decea8d35ef79bfabb055b0fb6df
Fix warning if the encoding retrieved from external headers is invalid

Also fixed the regex to support this failing header: charset="utf-8"\r\n"
application/bookmark/LinkUtils.php
application/front/controller/admin/ManageShaareController.php
tests/bookmark/LinkUtilsTest.php