We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50d04e6 + b28c6c5 commit ef31191Copy full SHA for ef31191
1 file changed
src/main/webapp/dataset.xhtml
@@ -2034,7 +2034,8 @@
2034
<ui:fragment rendered="#{valid and settingsWrapper.isHasPublishDatasetDisclaimerText()}">
2035
<div class="form-group">
2036
<p:selectBooleanCheckbox class="text-danger" id="publishDisclaimer"
2037
- itemLabel="#{settingsWrapper.getPublishDatasetDisclaimerText()}"
+ itemLabel="#{MarkupChecker:sanitizeAdvancedHTML(settingsWrapper.getPublishDatasetDisclaimerText())}"
2038
+ escape="false"
2039
value="#{DatasetPage.publishDisclaimerAcknowledged}">
2040
<p:ajax event="change" update="releaseDatasetButton"/>
2041
</p:selectBooleanCheckbox>
0 commit comments