Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
If i put some basic (special) characters like a single quote ('), double qoute (") or an ampersand (&) it doesn't get rendered correct on the front end.
Like this:
'Single quote' --- "Double quote" --- & - Ampersand
This is the HTML how it got placed
@if (!string.IsNullOrEmpty(Model.MacroParameters["tekst"].ToString())){ <p> @Model.MacroParameters["tekst"].ToString() </p> }
We're using Umbraco Version 8.3.0
Html.Raw was the solution
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
(Special) characters in macro textarea
If i put some basic (special) characters like a single quote ('), double qoute (") or an ampersand (&) it doesn't get rendered correct on the front end.
Like this:
This is the HTML how it got placed
We're using Umbraco Version 8.3.0
Html.Raw was the solution
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.