How to get new lines/spacing in Service catalog variables help text?

Martin Grosskop
Tera Guru

How do I get spacing (e.g. new lines) into the Help Text of a Service Catalog variable.

If I setup the Help Text as follows:

Help Text 1.jpeg

It displays as:

Help text 2.jpeg

Any help appreciated - thanks in advance.

Regards

Martin

1 ACCEPTED SOLUTION

Goran WitchDoc
ServiceNow Employee
ServiceNow Employee

Hi,



First you need to go the system properties and set the property "glide.ui.escape_text" to false.



Then you can use <br> in the helptext


find_real_file.png


to get your result like this


find_real_file.png



//Göran


View solution in original post

2 REPLIES 2

Goran WitchDoc
ServiceNow Employee
ServiceNow Employee

Hi,



First you need to go the system properties and set the property "glide.ui.escape_text" to false.



Then you can use <br> in the helptext


find_real_file.png


to get your result like this


find_real_file.png



//Göran


Thanks Goran



Works perfectly:)