Strange behaviour in text editor view
-
Hi
I’ve picked up an issue when writing code in the text editor view on this page.
If i create a link:
https://www.mydomain.com/registration-request/
It outputs the following in the browser:
https://www.mydomain.com/"https://www.mydomain.com/registration-request/"
for the link to work I need to enter this:
<a href=registration-request>Registration Request</a>
—————————————————————–
and if I create an CSS ID on a div:
<div id="CSSSelectorName">this is the content of the div.</div>
It outputs the following in Chrome’s inspector:
<div id="\"CSSSelectorName\"">this is the content of the div.</div>
So there seems to be an issue with how quotes are handled I think?
Thanks
The page I need help with: [log in to see the link]
- The topic ‘Strange behaviour in text editor view’ is closed to new replies.