27 Mar
2003
27 Mar
'03
11:28 a.m.
Felix Ulrich-Oltean wrote:
To be fair to ZPT, I've just realised that my statement above is not correct - it does not insert \n between elements. THe only thing it does is sometimes split up the tag itself when it has dynamic attributes, e.g.
<img tal:attributes="src z/b/c" width="20" height="50">
gets rendered as
<img width="20" height="50" src="http://z/b/c">
which is fine.
Yes it seems that it does word wrap for the generated code. But I have never seen it do anything that changed how it was rendered in the browser. regards Max M