]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Fix an issue truncating extracted metadata content 1631/head
authorArthurHoaro <arthur@hoa.ro>
Sun, 8 Nov 2020 12:54:39 +0000 (13:54 +0100)
committerArthurHoaro <arthur@hoa.ro>
Sun, 8 Nov 2020 12:54:39 +0000 (13:54 +0100)
Previous regex forced the selection to stop at either the first single or double quote found, regardless of the opening quote. Using '\1', we're sure to wait for the proper quote before stopping the capture.


No differences found