News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

[3283] [Bug] SMF 2 RC1 - tables not created correct

Started by akyhne, February 22, 2009, 02:11:43 PM

Previous topic - Next topic

Akyhne

[table]
[tr]
[td]Hello World[/td]
[td][/td]
[/tr]
[tr]
[td][/td]
[td]of mine[/td]
[/tr]
[/table]


generates the html code

<table class="bbc_table"><tr><td>Hello World</td><td></td></tr><tr><td></td><td>of mine</td></tr></table>

Should be

<table class="bbc_table"><tr><td>Hello World</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td><td>of mine</td></tr></table>

Building an extended table with several tr's and td's, this gives some issues when saving the post :(


karlbenson

We have decided NOT to fix this.
We do not consider this a bug/not worthwhile fixing.

In most circumstances an empty row may have been accidental in which case its best the browser doesn't render it as a gap.
For users who intend to have a gap, then they can use a space or one of the notations internationally recognised.

Advertisement: