File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Documentation/ForDevelopers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ The example fluid template (partial):
420420
421421<div class="powermail_fieldwrap powermail_fieldwrap_type_emailverification powermail_fieldwrap_{field.marker} {field.css} {settings.styles.framework.fieldAndLabelWrappingClasses}">
422422 <label for="powermail_field_{field.marker}" class="{settings.styles.framework.labelClasses}" title="{field.description}">
423- <vh:string.RawAndRemoveXss >{field.title}</vh:string.RawAndRemoveXss ><f:if condition="{field.mandatory}"><span class="mandatory">*</span></f:if>
423+ <vh:string.escapeLabels >{field.title}</vh:string.escapeLabels ><f:if condition="{field.mandatory}"><span class="mandatory">*</span></f:if>
424424 </label>
425425
426426 <div class="{settings.styles.framework.fieldWrappingClasses}">
You can’t perform that action at this time.
0 commit comments