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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
(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...