diff options
Diffstat (limited to 'httemplate/elements/select-did.html')
| -rw-r--r-- | httemplate/elements/select-did.html | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/httemplate/elements/select-did.html b/httemplate/elements/select-did.html index a8ef09d61..069516476 100644 --- a/httemplate/elements/select-did.html +++ b/httemplate/elements/select-did.html @@ -18,8 +18,9 @@ Example:        <TR>          <TD>            <% include('/elements/select-state.html', -                       'country' => $country, -                       'empty'   => 'Select state', +                       'country'       => $country, +                       'disable_empty' => 0, +                       'empty_label'   => 'Select state',                      )            %>          </TD> | 
