You are not logged in.
Hi!
I managed to make xinha load a file and also save this file, but something doesn't work with the formatting of texts,inserting pics...
I tried to save this: (html editor view)
<html><head>
</head>
<body><strong><span></span><span style="color: #ff0000;">test</span><br /></strong> </body>
</html>
But it saves this:
<html><head>
</head>
<body><strong><span></span><span style=\"color: #ff0000;\">test</span><br /></strong> </body>
</html>
I don't understand where the 2 "\" come from.
xinha 0.95
Browser: FF3
no js Errors
plz help
Last edited by andy_k (2008-10-16 10:26:43)
Offline
Hi Andy,
Weird. It looks like something's trying to escape the quotes around your style attribute, but I'm not sure what. How're you saving the file? Are you using the SaveSubmit plugin or something else?
Offline
got it!
called magic quotes and is predefined by php
http://us3.php.net/manual/en/security.magicquotes.php
Offline
Great! Glad to hear it
Offline