does anyone have a clue how to prevent Tinymce from adding a '/' in front of an anchor?
instead of
<a href="#testanchor">
it will convert to
<a href="/#testanchor">
which in result will lead to a false anchor call on relative pages.
i was playing around with suggested solutions like here or here, but nothing really worked.
cheers.
Comments
Comment #1
kreynen commentedclosing all 4.6 issues
Comment #2
kreynen commented