- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 07:55 AM
UI Page:
<?xml version="1.0" encoding="utf-8" ?>
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">
<a href ='/kb?id=kb_article_view&sysparm_article=KB0021078'target='_blank'>Click here to know about Story Points</a>;
</j:jelly>
Error Message: Error at line (3) The reference to entity "sysparm_article" must end with the ';' delimiter.
Referred this Error Message in Hi Support KB Article and there seems to be property to be set to true and this is already true.
Also, tried changing & to &, %26 but nothing worked. Any help on this is much appreciated
Screenshot:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 12:33 PM
Hi @IndiraH,
You can try the below code ,
<?xml version="1.0" encoding="utf-8" ?>
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">
<a href ='/kb?id=kb_article_view&sysparm_article=KB0021078'target='_blank'>Click here to know about Story Points</a>;
</j:jelly>
If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers! 👍
Regards,
RJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2023 12:33 PM
Hi @IndiraH,
You can try the below code ,
<?xml version="1.0" encoding="utf-8" ?>
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">
<a href ='/kb?id=kb_article_view&sysparm_article=KB0021078'target='_blank'>Click here to know about Story Points</a>;
</j:jelly>
If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers! 👍
Regards,
RJ