Image Data slashes compound with every edit.
Status: Beta
Brought to you by:
jdyke
Enter image data that has a character, such as an
apostophe, that causes "\\" to be prepended to the
character when submitted. Once submitted, edit the
same image data. You will see the "\\" in the text box.
When you resubmit, additional "\\" is now prepended so
that when you view the image, you now see "\\" in front
of the character. Each time you edit the data for that
image, another set of "\\" gets prepended to the
character.
Temporary non-code change workaround is to delete
the "\\" characters before submitting the changes. My
code change workaround (fix?) was to modify the source
to strip the "\\" when the edit image data page is loaded.