Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.0.0 DXP FP12, 7.0.X EE, Master
-
7.0.x
-
Committed
-
1
-
3
Description
Steps to reproduce:
- Create a web content like the one below and add it to a page:
Line one with custom token @[email protected]
@[email protected]
Line 2
@[email protected]
Line 3 - Notice @[email protected] and @[email protected] are displayed as text while @[email protected] works as expected.
- Go to Control Panel -> Configuration -> System Settings -> Web Experience -> Web Content
- Make the following changes and save the config:
- replace @[email protected] with @[email protected]
- add my_token in Custom token names
- add my_token=my value in Custom token values
- Reload the page with web content
Expected result:
- Page breaks at @[email protected] and not at @[email protected]
- @[email protected] is replaced by my value
Actual result:
- Page still breaks at @[email protected] and not at @[email protected]
- @[email protected] is not processed and displayed as is
Attachments
Issue Links
- relates
-
LPS-71537 The text is missing if web content contains @[email protected]
- Closed