Bug 16219: (QA follow-up) Tiny regex change
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 9 Aug 2019 10:17:41 +0000 (10:17 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 2 Sep 2019 14:03:06 +0000 (16:03 +0200)
commitbf3bed483a99de893b276ef11fafe05c4b0bcec3
tree7a152de1e07ab79a2b17e8853885ffef70b0ddc6
parent2c598a55d4f4c498622747748880b1981afca417
Bug 16219: (QA follow-up) Tiny regex change

The parameter <<>> does not work. There should be text inside.
The construction .*? does not look good completely.
Replacing it by the stricter [^>]+ So, no greater than's and at least one.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit e66ccaa3a7743378f906612562889a9476bf6802)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
misc/cronjobs/runreport.pl