Errors when using html in protection text area.
-
I created a custom message to be displayed when content is restricted.
In the protection tab, I choose ‘custom message’ and check ‘override default message’.
I then type html code in the text editor.
<div class="restrict">text</div>
When I check this code in the console, it shows up as:
<div class='\"restrict\"'>text</div>
I went back to look at the html I entered, and it showed like this in the protection tab:
<div class="\"restrict\"">text</div>
I corrected the html and clicked update, but it keeps saving wrong.
Could this be a bug or an issue with another plugin?
- The topic ‘Errors when using html in protection text area.’ is closed to new replies.