Re: Tidy stripping valid code

"Fred Bone" <[email protected]> Mon, 02 Dec 2013 09:47:00 -0000
Newsgroups gmane.comp.web.html-tidy.user
Message-ID <[email protected]>
On 2 December 2013 at 13:15, Richard A. O'Keefe said:

> 
> On 30/11/2013, at 1:57 PM, Fred Morris wrote:
> 
> > I recently installed WeBuilder which came shipped with Tidy. Tidy is
> > stripping all the characters from '&hellip', leaving just the '&'
> > symbol.
> 
> Can you provide a tiny example that shows this?
> 
> I notice you left the closing ";" out of "&hellip;"
> and wonder if it is omitted from your file as well.

But the result of doing that *should* have been to replace "&" with 
"&amp;" (yielding "&amp;hellip").