Actions
Bug #14935
closedTypo3 can't display a single "0" in a table cell
Start date:
2005-08-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.8.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In a text element containing a table a single "0" in a cell isn't rendered properly in the FE outbut but a "1" (for example) does:
<td>0<td> becomes to <td> </td> but
<td>0 </td> stays <td>0 </td> and
<td>1</td> stays <td>1</td>
I've tested various setups with Typo 3.7.1 and 3.8. with different RTEs. Even putting the HTML-table code in tt_content didn't produce the right output.
(issue imported from #M1391)
Files
Actions