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.

Comments

KarlShea created an issue. See original summary.

karlshea’s picture

Status: Active » Needs review
StatusFileSize
new553 bytes

Attached should fix detection

alpha2zee’s picture

Assigned: Unassigned » alpha2zee
Status: Needs review » Fixed

Thank 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).

alpha2zee’s picture

Status: Fixed » Closed (fixed)