summaryrefslogtreecommitdiffstats
path: root/Wiztemplate.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Wiztemplate.pm')
-rwxr-xr-xWiztemplate.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Wiztemplate.pm b/Wiztemplate.pm
index 68a19f33..f87421ad 100755
--- a/Wiztemplate.pm
+++ b/Wiztemplate.pm
@@ -67,9 +67,9 @@ $o->{pages} = {
summary => {
name => "\n\n" . "\n\n",
data => [
- { label => '', fixed_val => \$o->{var}{ip1} },
+ { label => '', val_ref => \$o->{var}{ip1} },
{ label => '' },
- { label => '', fixed_val => \$o->{var}{ip2} },
+ { label => '', val_ref => \$o->{var}{ip2} },
],
post => \&do_it,
next => 'end'