Does anyone happen to know which editor oxwall uses, or is it of their own creation.
What
i am trying to do is figure out why html entities are not being saved
after edit. Yes they save the first time but if you edit the custom
page at all and save it, entities are gone.
I
know there has been an issue with < > and & in some editors
not being escaped. Thats why i wanted to look at this one to see what
might be the issue.
The only thing i found so far is something called codemirror js
for example... make a new site page with this content
<a href="example.com?value1=<?= $value1;?>">press here</a>
then save it
view it, it looks perfect
then edit the page, dont change anything at all just click save
entites are gone and now its a clickable link which is not what i want.