This is what I enter in the post:
<table>
<caption>Acer Aspiron 7520-5A2G12Mi</caption>
<tbody>
<th><td>Function</td><td>Status</td><td>Solved</td></th>
This is the resulting source code;
<table>
<caption>Acer Aspiron 7520-5A2G12Mi</caption>
<tbody>
<tr><th></th><td>Function</td><td>Status</td><td>Solved</td>
One more try. When I enter:
<table>
<caption>Acer Aspiron 7520-5A2G12Mi</caption>
<th><td>Function</td><td>Status</td><td>Solved</td></th>
I get as source code:
<table>
<caption>Acer Aspiron 7520-5A2G12Mi</caption>
<tbody><tr><th></th><td>Function</td><td>Status</td><td>Solved</td>
I can't remember and i might not have time today, but is the tag closing thing in _formatting.php or not? In Quicktags? AutoP?
The balance tags function is in inc/_core/_misc.funcs.php ( 928 ish )
¥