oliverOscar
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by oliverOscar-
oliverOscar commented,
To avoid issues with character escaping using CDATA tags, always wrap the entire string in a single CDATA block (e.g., <![CDATA[<b>I say hello world</b>]]>). Do not use multiple or nested CDATA t...