summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-03-26 16:52:22 -0700
committerIvan Kohler <ivan@freeside.biz>2013-03-26 16:52:22 -0700
commit092d75e50a900003904f8e400d6d102ba5bd16f9 (patch)
treeea71d0cdad989bb22683329a40fb7376ee438077
parent97c03653306cac0e7d8c1efcb81ec4fc8749dff4 (diff)
fix XSS
-rw-r--r--httemplate/edit/bulk-part_pkg.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/bulk-part_pkg.html b/httemplate/edit/bulk-part_pkg.html
index 751bf7e5d..a1c6f0c9b 100644
--- a/httemplate/edit/bulk-part_pkg.html
+++ b/httemplate/edit/bulk-part_pkg.html
@@ -12,7 +12,7 @@
The following packages will be changed:<BR>
% foreach my $pkgpart (sort keys(%part_pkg)) {
<INPUT TYPE="hidden" NAME="pkgpart" VALUE="<% $pkgpart %>">
-<% $part_pkg{$pkgpart}->pkg_comment %><BR>
+<% $part_pkg{$pkgpart}->pkg_comment |h %><BR>
% }
</DIV>
<BR>