aboutsummaryrefslogtreecommitdiffstats
path: root/root/base/displayfield/string
blob: 7fa30756882d6e340cf68d72b4a4de64119d14b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[%

PROCESS displayfield_base;

control_block = 'string_control';

BLOCK string_control;

  self.value | html;

END;

%]