summaryrefslogtreecommitdiff
path: root/httemplate/view/svc_dish.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/svc_dish.cgi')
-rw-r--r--httemplate/view/svc_dish.cgi4
1 files changed, 3 insertions, 1 deletions
diff --git a/httemplate/view/svc_dish.cgi b/httemplate/view/svc_dish.cgi
index 768c1372f..58da7075a 100644
--- a/httemplate/view/svc_dish.cgi
+++ b/httemplate/view/svc_dish.cgi
@@ -14,6 +14,8 @@ my %labels = map { $_ => ( ref($fields->{$_})
} keys %$fields;
my @fields = ('acctnum',
{ field => 'installdate', type => 'date' },
- 'note'
+ { field => 'note',
+ value => sub { encode_entities($_[0]->note) }
+ },
);
</%init>