diff options
| author | mark <mark> | 2011-11-23 18:42:59 +0000 |
|---|---|---|
| committer | mark <mark> | 2011-11-23 18:42:59 +0000 |
| commit | bfee00e26a87ccc687f085fdeaffef8e4b2a9b50 (patch) | |
| tree | 103f4d15e50b88d334ea0c16fe12fb3798d28a54 /httemplate/elements/select-table.html | |
| parent | 91a65629b7c2659035408bafa1f90f96b6596498 (diff) | |
RADIUS group attributes, #15017
Diffstat (limited to 'httemplate/elements/select-table.html')
| -rw-r--r-- | httemplate/elements/select-table.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/select-table.html b/httemplate/elements/select-table.html index 741e51e49..c0dde7414 100644 --- a/httemplate/elements/select-table.html +++ b/httemplate/elements/select-table.html @@ -124,7 +124,7 @@ Example: my( %opt ) = @_; -warn "elements/select-table.html: \n". Dumper(%opt) +warn "elements/select-table.html: \n". Dumper(\%opt) if exists $opt{debug} && $opt{debug}; $opt{'extra_option_attributes'} ||= []; |
