Hello,
I have an issue with this html:
```
<html>
<body>
<table border="1" >
<tr>
<td style="white-space:nowrap;"><a href="foo">Text11</a> Text12</td>
</tr>
</table>
<hr/>
<table border="1" >
<tr>
<td style="white-space:nowrap;">Text21 Text22</td>
</tr>
</table>
</body>
</html>
```
The "2" of "Text12" is truncated. How can this be fixed?
Olaf
I have an issue with this html:
```
<html>
<body>
<table border="1" >
<tr>
<td style="white-space:nowrap;"><a href="foo">Text11</a> Text12</td>
</tr>
</table>
<hr/>
<table border="1" >
<tr>
<td style="white-space:nowrap;">Text21 Text22</td>
</tr>
</table>
</body>
</html>
```
The "2" of "Text12" is truncated. How can this be fixed?
Olaf