summaryrefslogtreecommitdiff
path: root/httemplate/edit/elements/part_svc_column.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/elements/part_svc_column.html')
-rw-r--r--httemplate/edit/elements/part_svc_column.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/edit/elements/part_svc_column.html b/httemplate/edit/elements/part_svc_column.html
index d03c49d2f..fbea9bd6d 100644
--- a/httemplate/edit/elements/part_svc_column.html
+++ b/httemplate/edit/elements/part_svc_column.html
@@ -157,6 +157,9 @@ that field.
'multiple' => $def->{'multiple'},
'disable_empty' => 1,
'curr_value' => $value,
+ # these can be switched between multiple and singular,
+ # so put the complete curr_value in an attribute
+ 'element_etc' => 'default="'.encode_entities($value).'"',
&>
% } else {
% my (@options, %labels);