The regular expression for matching amazon items fails if there is more than one item on a single line (i.e. [amazon info 1234] [amazon info 5678])

The attached patch fixes the problem in the regular expression.

CommentFileSizeAuthor
amazon_filter.module.patch453 bytesjrust

Comments

herb’s picture

Thanks for this patch. It fixed the problem for me!