Create an article. Insert
<hr id="system-readmore" style="width: 1013.75px; word-spacing: 0px;">
instead of
<hr id="system-readmore"/>
into an article to create an introtext.
ignores additional parameter and splits text into intro+fulltext
doesnt split, ignores hr.
Dont ask me why or how they added the parameters, they did.
change regex-pattern in libraries/legacy/table/content.php:128 (function bind)
from
$pattern = '#<hr\s+id=("|\')system-readmore("|\')\s*\/*>#i';
to
$pattern = '#<hr\s+id=("|\')system-readmore("|\')[^>]*\/*>#i';
Closed as we have a pr
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-09-28 19:36:33 |
Closed_By | ⇒ | brianteeman |
Additional step to see and reproduce the issue :
Chance the editor to "Editor-None" and save a article for example with insert of:
<hr id="system-readmore" style="width: 1013.75px; word-spacing: 0px;">
to create an introtext.
Show the article on front-end.
Since you are providing a solution here, can you also create a pull request so people can test it?