wp-advanced-search icon indicating copy to clipboard operation
wp-advanced-search copied to clipboard

Fixes issue with closing div for nested list fields

Open jamesinglis opened this issue 8 years ago • 1 comments

Nested list fields were returning before outputting the closing for the element, causing validation issues and in some cases breaking the DOM. Changing the control structure saves adding another "$output .= '';" before the earlier return statement.

jamesinglis avatar May 04 '16 07:05 jamesinglis

Found this bug and fixed in my own copy. When came here to create pull-request for it I found it was already fixed by this pull-request.

@bootsz Could this one be merged? No conflicts with master. It's clearly a bug and it's breaking the form layout.

andrei-gheorghiu avatar Jan 08 '17 22:01 andrei-gheorghiu