-
Bug
-
Resolution: Released
-
Should have
-
None
-
2
-
Block: Articles
-
Sprint #148
Reporter: rnevyhos@greenpeace.org (via Slack)
In the Articles block, tags listed on top of each article are escaped and will display an ampersand as
&
Example: https://www.greenpeace.org/czech/tag/lesy-pralesy/
Tasks:
- Unescape the tags in the tag list
Solutions include using dangerouslySetInnerHTML, or the function unescape() available in assets/src/functions/unescape.js