someone
Fri 5th May '00, 2:27am
Wherever I try to change templates to match our layout or even the background at Options/Change styles/Body tag/ the system generates backslashes which result in "Parse error: parse error in global.php on line 0" on every page....
This is what I mean:
<body bgcolor="#ffffff" text="#000000" id=all>
and after change:
<body bgcolor=\"#ffffff\" text=\"#000000\" id=all>
even worse if I want to change it again:
<body bgcolor=\\\"#ffffff\\\" text=\\\"#000000\\\" id=all>
So it seems that where ever a " is used, the system generates \ (backslashes).
What can we do to fix this problem, since it makes our board completely useless now.
This is what I mean:
<body bgcolor="#ffffff" text="#000000" id=all>
and after change:
<body bgcolor=\"#ffffff\" text=\"#000000\" id=all>
even worse if I want to change it again:
<body bgcolor=\\\"#ffffff\\\" text=\\\"#000000\\\" id=all>
So it seems that where ever a " is used, the system generates \ (backslashes).
What can we do to fix this problem, since it makes our board completely useless now.