summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2019-02-26 11:06:33 -0500
committerChristopher Burger <burgerc@freeside.biz>2019-02-26 11:06:33 -0500
commitdb257f5b5f5c9e56dbaba19914d3ff9f5be9a4e0 (patch)
treeb733062f34b4e16c2d694bc1a8a1453bc491d94f /httemplate/edit
parentd0a105a296bae50a191424abed78a1ba4f251248 (diff)
RT# 82092 - updated escaping html to use encode-entities
Diffstat (limited to 'httemplate/edit')
-rw-r--r--httemplate/edit/elements/part_svc_column.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/elements/part_svc_column.html b/httemplate/edit/elements/part_svc_column.html
index 075f15e2c..bdbce7c79 100644
--- a/httemplate/edit/elements/part_svc_column.html
+++ b/httemplate/edit/elements/part_svc_column.html
@@ -97,7 +97,7 @@ my %communigate_fields = (
<TD ROWSPAN=2 CLASS="grid">
<INPUT NAME="<% $svcdb %>__<% $field %>_label"
STYLE="text-align: right"
- VALUE="<% $part_svc_column->columnlabel || escapeHTML($def->{'label'}) |h %>">
+ VALUE="<% $part_svc_column->columnlabel || $def->{'label'} |h %>">
</TD>
<TD ROWSPAN=1 CLASS="grid">