As mentioned in the thoughts recently, documenting this bug so it can be fixed at some point.
preparsecode converts a double space to a single space followed by an nbsp entity, so that the usual collapsing of spaces does not occur. Trouble is, that extra entity is being escaped at some point between being saved and redisplayed.
Now, the two branches of the front page in SVN (the Home and Welcome templates, of which Welcome is the default) do not exhibit this bug.
They do have other bugs, however, where the AJAX return is inserted without values being injected into the return, plus neither of them is as functional as the master template is here.
There also really should be some kind of entry box on the front page for thoughts - in case folks do what I do and have the sidebar at the bottom, and it would also mean that the thoughts subtemplate should not be removed from the front page if the users have some ability to post.
(Also on that note: thoughts need some permissions adding!)
preparsecode converts a double space to a single space followed by an nbsp entity, so that the usual collapsing of spaces does not occur. Trouble is, that extra entity is being escaped at some point between being saved and redisplayed.
Now, the two branches of the front page in SVN (the Home and Welcome templates, of which Welcome is the default) do not exhibit this bug.
They do have other bugs, however, where the AJAX return is inserted without values being injected into the return, plus neither of them is as functional as the master template is here.
There also really should be some kind of entry box on the front page for thoughts - in case folks do what I do and have the sidebar at the bottom, and it would also mean that the thoughts subtemplate should not be removed from the front page if the users have some ability to post.
(Also on that note: thoughts need some permissions adding!)


