- OctoberCMS Build: 3.6.17
- RainLab Pages Plugin Version: 2.0.5
- PHP Version: 8.1.6
Description:
When you edit a static page content via the back-end editor and add a link, the link value is not being generated on the frontend.
Instead the raw link value as generated by the pagefinder widget is outputted, like <a href="october://static-page@link/index">Button</a>
Steps To Reproduce:
Create a piece of content via the backend Pages > Content > + Add.
Create some text and select the text to insert a link via the pagefinder widget.
Save and verify on the frontend that the link isn't encoded correctly.

Can this be fixed?