-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
Description
Steps to reproduce the issue
- Add an "Articles Category" module on the sample site
- Under "Display Options" tab: everything on Hide, except "Introtext= show" and "Show Read More=show"
- Create an article with the below html:
<p>Intro text <a href="mailto:[email protected]">[email protected]</a> - more more more</p>
<hr id="system-readmore" />
<p><br />Paragraph 1<br />1<br />2<br />3<br />4<br />5</p>
<p>Paragraph 2<br />1<br />2<br />3<br />4<br />5</p>
<p>Paragraph 3<br />1<br />2<br />3<br />4<br />5</p>
<p>End</p>
Expected result
Introtext shows the email address
Actual result
This email address is being protected from spambots. You need JavaScript enabled to...
System information (as much as possible)
current staging and 3.6.5, older versions probably
Additional comments
n/a