Quote from: rthrash at Oct 19, 2005, 01:33 PM
2) Can someone help me get to the bottom of the backslash issue found in the blog section. Look at the topmost Safari entry for an example. When displayed as a standalone article it has no backslashes. When displayed as a summary, it does.
Figured it out!
’s aren’t stored in the db escaped. They are stored normally as in here’s.
The parser must be filtering them out for pages but not for snipets
This also appears in the manager with pagetitles appearing with /’s in the tree but ’s in the edit form.
This brings up the fundamental issue of whether you want ’s escaped in sql. If so there is some major work to be done.
I have solved the problem in NewsPublisher and issued a patch which is attached to this post. It also adds a redirect to the document created function I wrote a while back but forgot about.