John Landers[17/May/19 08:50 PM]
Also 'Child Configurations' tab shows description with html markup.
See: http://demo.pmease.com/children/1
Should strip html markup for this display.
This code will strip html
Jsoup.parse(configuration.getDescription()).text()
See: http://demo.pmease.com/children/1
Should strip html markup for this display.
This code will strip html
Jsoup.parse(configuration.getDescription()).text()