- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ10-26-2021
02:04 AM
CMS_LABEL - problem with & character
Hi,
How to add the & symbol in the label for CMS_LABEL. It throws GOM Syntax Error.?
<CMS_LABEL bold="yes" size="20">
<LANGINFOS>
<LANGINFO lang="*" label="Existing pages can no longer be changed and released. See also Documentation & Community."/>
<LANGINFO lang="DE" label="Bestehende Seiten kรถnnen nicht mehr geรคndert und freigegeben werden. Siehe auch Dokumentation & Community."/>
</LANGINFOS>
</CMS_LABEL>
Thank you.
Labels
- Labels:
-
Developers
-
Project Usage
1 Solution
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ10-26-2021
04:48 AM
Dear Siva,
just use & instead of & [and < instead of <, > instead of >, ...]
Best regards
Holger
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ10-26-2021
04:48 AM
Dear Siva,
just use & instead of & [and < instead of <, > instead of >, ...]
Best regards
Holger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ10-26-2021
06:01 AM
Hello Holger,
Thank you for your reply. It worked.

