]> git.immae.eu Git - github/wallabag/wallabag.git/commit - tests/Wallabag/CoreBundle/Helper/DownloadImagesTest.php
Replace images with &
authorJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 1 Jun 2017 20:50:33 +0000 (22:50 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Thu, 1 Jun 2017 20:50:33 +0000 (22:50 +0200)
commitfcad69a427de7ce4f65cbf53bcf778e561959807
tree00f7fb88c0a396c03fcd5d0b1744f96f862d0371
parent590151680538ea1edfef9053da476cd92c6944c4
Replace images with &

Images with `&` in the path weren’t well replaced because they might be with `&amp;` in the html instead.

Replacing `&` with `&amp;` fix the problem.
src/Wallabag/CoreBundle/Helper/DownloadImages.php
tests/Wallabag/CoreBundle/Helper/DownloadImagesTest.php