Hi, In the Bueditor screen for adding custom buttons, the backslash \ character gets deleted upon saving. So "\n" becomes "n" for example. I had to add double backslashes "\\n" to make it save one backslash.

Thanks a lot!

Comments

ufku’s picture

Status: Active » Closed (cannot reproduce)

Not able to reproduce.

rahim123’s picture

Hmm, now what? It's a fresh new installation of Drupal 7. Everything seems to work great except this. On the server server I'm using Bueditor on Drupal 6 and I don't have this issue.

My apologies, I just now discovered that my host was using Magic Quotes, which was deleting backspaces for security reasons. A custom php.ini to disable Magic Quotes fixed the problem.