You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found here at ConverterExtra.php#L293 that when there is no th tag, the align array is empty and therefore the line always comes out as a single column with zero-length seperator: ||, which is wrong. it should follow the column count, and should have a separator of dashes - with length more than 0.
The text was updated successfully, but these errors were encountered:
MajedDH
changed the title
Table header doesn't format properly without th aligns.
Table header doesn't format properly without th tag.
Dec 31, 2021
I found here at ConverterExtra.php#L293 that when there is no
th
tag, the align array is empty and therefore the line always comes out as a single column with zero-length seperator:||
, which is wrong. it should follow the column count, and should have a separator of dashes-
with length more than 0.The text was updated successfully, but these errors were encountered: