TinyMCE Joomla Read more problem
- September 16th, 2008
- Posted in Joomla
- Write comment
Giving an hr instead of read more?
The problem seems to be that TinyMCE is cleaning the backslash from the
<hr id="system-readmore" />
tag upon save, even though the ‘cleanup on save’ plugin parameter has been set to ‘Never’.
Or, has the joomla code that checks for the readmore tag when it writes an article to the database become more restrictive? Before did it recognize
<hr id="system-readmore">
and now it only recognizes
<hr id="system-readmore" />
No comments yet.