Skip to content
Snippets Groups Projects
Commit 7733f718 authored by Pascal Rössler's avatar Pascal Rössler
Browse files

S16381: changed text(configurationItem.value) to html(configurationItem.value) refs #16381

parent cf5c4083
No related branches found
No related tags found
2 merge requests!592Develop,!590S16381: changed text(configurationItem.value) to html(configurationItem.value) refs #16381
Pipeline #9665 passed
...@@ -1275,7 +1275,7 @@ var QfqNS = QfqNS || {}; ...@@ -1275,7 +1275,7 @@ var QfqNS = QfqNS || {};
continue; continue;
} }
if(formElementName === 'qfq-form-title') { if(formElementName === 'qfq-form-title') {
$("." + formElementName).text(configurationItem.value); $("." + formElementName).html(configurationItem.value);
} }
// Insert download button for uploads after Form is saved. // Insert download button for uploads after Form is saved.
if (configurationItem["type-file"]) { if (configurationItem["type-file"]) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment