Spurious closing div?
-
I make use of two Gutenberg blocks (grid layout, single date selected) arranged inside column blocks to display two schedules next to each other. It never worked regardless of the column plugin (we have multiple).
I found the following arrangement via the browser tools:
<row> <column> <schedule 1> </column> </row> <column> <schedule 2> </column>
So basically, the column was moved out of the row.
By looking further into the generated block HTML, it seems that a spurious
</div>
is generated by schedule-output-functions.php thus closing the row (my workaround was removing line 699)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Spurious closing div?’ is closed to new replies.