Closed (fixed)
Project:
Module Filter
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
16 Jul 2009 at 08:05 UTC
Updated:
22 Apr 2010 at 19:50 UTC
This is a great module. It needs more love. I tried out the dev snapshot and found that it has a small bug in its html, so that not only it's not modular but also its height is out of control. But the fix is easy.
1) Change the lines 237-238 in module_filter.module from this
$output .= '
';
to this
$output .= '
';
Then add this into line 233
$output .= '
';
I'd submit a patch but I don't know how to make those things. :-)
Comments
Comment #1
picardo commentedWhoops. It looks like removing the
Comment #2
greenskin commentedFixed with keeping the input where it was.