9 Aug
2019
9 Aug
'19
11:53 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16219 --- Comment #10 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to Marcel de Rooy from comment #9)
Created attachment 92115 [details] [review] 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>
Thanks Marcel! -- You are receiving this mail because: You are watching all bug changes.