- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2016 07:07 AM
Hello,
I am trying to use "&" to get the & sign on a UI page using HTML. When I hit update it converts it to just an "&" sign and I get the error "Error at line (1) The entity name must immediately follow the '&' in the entity reference." when I try to go to the page.
Any help would be appreciated!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2016 08:15 AM
Hi Darrell,
Try using ${AMP} (for phase 1 Jelly) or $[AMP] (for phase 2).
See episodes 1-3 here for more information and examples:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2016 08:15 AM
Hi Darrell,
Try using ${AMP} (for phase 1 Jelly) or $[AMP] (for phase 2).
See episodes 1-3 here for more information and examples:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2016 08:25 AM
Awesome! Thanks! Phase 2 worked!