I was attempting to use the htmLawed beta and version detection wasn't working right. It's scanning the entire file to find the version at the end, but the version included with the module is in a comment right at the top, and that's the same case with the beta.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | htmlawed-libraries-version-2848685-2.patch | 553 bytes | karlshea |
Comments
Comment #2
karlsheaAttached should fix detection
Comment #3
alpha2zee commentedThank you for noticing this bug. I have released a new version of the module to fix this (version 7.x-3.6).
The patch you suggested is good, but my fix uses a different approach (corrects the regex pattern instead of the target in the htmLawed.php to detect the version from).
Comment #4
alpha2zee commented