[pmwiki-users] Bug using quote marks?

Patrick R. Michaud pmichaud at pobox.com
Wed Feb 22 09:00:09 CST 2006


On Wed, Feb 22, 2006 at 06:26:32AM -0800, Ralph Zeller wrote:
> I'm getting extra backslashes in rendered markup.  Here is the markup I 
> am using:
> 
> This is a "test."
> *This is a "test."
> 
> It displays in my browser like this:
> 
> This is a "test."
>  * This is a \"test.\"
> 
> Is this a bug?  Or is there some other markup needed when using quote
> marks in a list to prevent the backslashes from appearing?

You probably need to set 

    ini_set('magic_quotes_runtime', 0);

in your local/config.php.  This setting will be standard in the
next beta release.

Pm




More information about the pmwiki-users mailing list