Recent Topics

1 Aug 26, 2006 02:39    

I just finished installing b2evolution and got throught he basic configuration without a hitch. The blog system appears to be working just fine except for one little error. The problem is all single or double quotes posted by users are being escaped when they are pulled out of the database. This prevents the use of attributes within HTML tags. For example, I tried to upload an image and link it within a post. The image uploaded just fine and can be seen via a direct link, but b2evolution escapes all the quotes within the post as follows:

<img src=\"---\" alt=\"\" title=\"\" width=\"800\" height=\"600\" />

I assume this is happening as the system pulls the post contents out of the database tables, but have yet to find which file this occurs in. I'd appreciate if anyone could point out which files I should look in, or if there may be something else going on I should look in to. Thanks in advance.


Form is loading...