Skip to content

added html escaping to server return values (issue #1 fix)

Ewan Barr requested to merge issue_1_fix into devel

Internally prompt is using HTML as an intermediate format. This causes issues with unescaped ascii content return from the server. Added html escaping calls to server return values.

Merge request reports