Did you used AI to write this issue?
No
What version of Unfold are you using?
main
Did you checked changelog/commit history, if the bug is not already fixed?
Yes
Did you searched other issues, if the bug is not already fixed?
Yes
Did you checked documentation?
Yes
Describe your issue
Unfold generates HTML with colspan="100%" in several places, but this is invalid. The colspan attribute is an integer for how many columns that cell spans so a percentage doesn't make sense.
Did you used AI to write this issue?
No
What version of Unfold are you using?
main
Did you checked changelog/commit history, if the bug is not already fixed?
Yes
Did you searched other issues, if the bug is not already fixed?
Yes
Did you checked documentation?
Yes
Describe your issue
Unfold generates HTML with
colspan="100%"in several places, but this is invalid. The colspan attribute is an integer for how many columns that cell spans so a percentage doesn't make sense.