Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
And regex:
bfilename=['\"](.+)['\"]
We get the following title:
Koopstra2016_Ontologically classifying ERP feature, the NEXT method_Final.pdf"; filename*=utf-8'
Changed regex to:
bfilename=['\"]([^\"]+) fixes it