Re: Merging classes of consecutive elements

* Steffen Glückselig wrote:
>a while ago I've already asked with no success. Since I still have the  
>problem and couldn't find a solution elsewhere I ask again:
>
>given markup like
>	<div class="t1">
>		<div class="t2">
>			test
>		</div>
>	</div>
>
>tidy results per defaults
>	<div class="t1 t2">
>		test
>	</div>

`--merge-divs no` or don't use -clean. You need a fairly recent build
for --merge-divs.

Received on Thursday, 13 May 2004 23:03:55 UTC