Try our conversational search powered by Generative AI!

Cannot have single or double quotes in property descriptions or default values [7.5]

Vote:
 

I have noticed that if you have a single or double quote in a property name or default value in EPiServer 7.5, the text past and including the first quote is cut off.

 

e.g. I add a description to a property that says

The heading text at the top of the page, e.g. 'Welcome'

 

It would display the following when hovering over (viewing description)

The heading text at the top of the page, e.g. 

 

Because it cuts after the first ' or \".

This may apply to other things such as property names, I haven't tested extensively to see what is affected.

#82090
Mar 05, 2014 12:41
Vote:
 

You can solve this by escaping the quote with a backslash

Description = "The heading text at the top of the page, e.g. \"Welcome\""

#82144
Mar 05, 2014 21:55
Vote:
 

You can also use HTML inside the names and descriptions.

#82146
Mar 05, 2014 23:26
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.