22 Jul
2003
22 Jul
'03
7:19 a.m.
Thierry Florac wrote:
I've noticed a curious thing : I have a text property, which I display with <dtml-var myproperty html_quote size=200>, so that only the first 200 characters are displayed. The problem is that sometimes, the output is truncated in the middle of an HTML tag (generally a <br>), which can be quite confusing for several browsers...
Perhaps you ment the output is truncated in the middle of an HTML entity? html_quote shouldn't ever generate markup apart from character entities.