Actions
Bug #14910
closedTypo3 can't display a single "0" in a table cell
Start date:
2005-08-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
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 #M1356)
Updated by Markus Walter over 19 years ago
I've noticed I reported the bug in "tx_ttnews". Sorry for that; should be "-TYPO 3 Core -".
Can somebody please move it?
Updated by Henrik Andersen over 18 years ago
Isn't this the same as 0001391 which has status resolved?
Actions