Closed (cannot reproduce)
Project:
BUEditor
Version:
7.x-1.5
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2012 at 20:49 UTC
Updated:
16 Nov 2012 at 13:21 UTC
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
Comment #1
ufku commentedNot able to reproduce.
Comment #2
rahim123 commentedHmm, 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.