RE: How to prevent tidy from inserting new line after <br>?

Please ignore my previous email. I just downloaded new version of Tidy and
it works fine. I haven't realize that I use older version, I fool.
Sorry

Peter

> -----Original Message-----
> From: Peter Macej [mailto:Peter.Macej@tuke.sk]
> Sent: Tuesday, January 14, 2003 3:00 PM
> To: html-tidy@w3.org
> Subject: How to prevent tidy from inserting new line after <br>?
>
>
> Tidy always adds new line after <br> tag, even in <pre> tag. This
> affects result. I played with every possible tidy config, but I
> cannot turn off this behaviour. It's only OK when markup=no but
> then < > & etc. are not replaced by escape sequences.
>
> Example:
>
> <HTML>
> <BODY>
> <pre>
>   line1<br>  line2
> <pre>
> </BODY>
> </HTML>
>
> After processing with tidy:
> <HTML>
> <BODY>
> <pre>
>   line1<br>
>   line2
> <pre>
> </BODY>
> </HTML>
>
> The output is not the same, one line break is added in browser
> because new lines in source are not ignored. I cannot stop using
> <br> because that text is automatically generated from other program.
>
> Is there a way how to escape < > & and let <pre> untouched?
>
> Thank you
>
> Peter Macej

Received on Tuesday, 14 January 2003 09:13:16 UTC