[pmwiki-users] Bug using quote marks?
Ralph Zeller
ralph at zellercpa.com
Wed Feb 22 09:50:33 CST 2006
On 02/22/06 09am, Patrick R. Michaud wrote:
> 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.
I tried, but it didn't fix the problem. I also tried setting
magic_quotes_runtime to 1, which produced lots of quoting problems.
More information about the pmwiki-users
mailing list