I have been trying to edit my _PRIVACY Language Key. I can find, access and change the String text for English language, but when I click save, it does not save. My browser says that the information is being sent, but I do not get a saved message. I have figured out that I can save my changes only if there are no HTML codes back to back. Meaning there must be some kind of actual character in between th "><" of adjacent codes.
For instance the following will save and dispplay:
Testing HTML Code<br>Does This work?
also this:
Testing HTML Code<br>Does This work?<br>No Problem
even this:
Testing HTML Code<br>.<br>Does This work?No Problem
But this does not work:
Testing HTML Code<br><br>Does This work?
Nor does this:
Testing HTML Code
<br>
<br>
Does This work?No
Nor does this:
Testing HTML Code<br> <br>Does This work?
I obviously don't want to put random charachters in between each of my HTML codes, but I have tried a few other things that haven't work for me including:
Entering my text directly into the data base via phpMyAdmin (Although it will show up in the Language Key text field, my Privacy page will not display the changes even if I clear all caches and even if I manually delete the files in my cache folders on my server.)
Re entering the original text (Will not save)
Creating a new Language Key
Any combination of spaces or line spaces makes any difference.
I even tried entering an "invisible" character (Ctrl+0160) in between the HTML codes. (No change)
I also tried using Firefox. (No difference)
I saw a solution offered by houstonlively for saving code in HTML blocks but I don't think it will directly apply in this situation since I don't think the language ket editor uses the tinyMCE editor functions. But, I am hoping for a similar solution.
Any suggestions?