It seems that in the theme_amazon_filter function there are several "$output =" that should be "$output .=" with the .= for appending the data rather than completely over-writing it every time.
I attached a patch for it, but it's pretty trivial.
| Comment | File | Size | Author |
|---|---|---|---|
| amazonfilter_output.diff | 1.48 KB | greggles |
Comments
Comment #1
eaton commentedFixed. Thanks!
Comment #2
(not verified) commented