[Solved] < and > in comment body not shown
-
[quote author="IrQX" date="1280367455"]It's impossible to write in comment "lesser" and "more" math symbols (also used as brackets, and as HTML tags symbols).[/quote]
< and > straight from the keyboard, looks fine here.
What browser and OS are you using, we can check if that is interfering with the comment box.
-
We have made some changes, lets see if it helped :)
<test>
Normal HTML:
<table border="1">
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
</tr>
</table>Now with entities instead:
<table border="1">
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
</tr>
</table></test>