summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-state.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-08-21 00:33:21 -0700
committerIvan Kohler <ivan@freeside.biz>2014-08-21 00:33:21 -0700
commit3c6c53b4e50d076300544a0d8e2267d8119f0f7d (patch)
tree503fd8cbef68cc0709b503675ef59c713f8a9e8c /httemplate/elements/select-state.html
parentd3e0d7e4f3d254888c9afd1a03d2216ae105c888 (diff)
doc
Diffstat (limited to 'httemplate/elements/select-state.html')
-rw-r--r--httemplate/elements/select-state.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/elements/select-state.html b/httemplate/elements/select-state.html
index 115a98d98..3fb559734 100644
--- a/httemplate/elements/select-state.html
+++ b/httemplate/elements/select-state.html
@@ -2,7 +2,7 @@
Example:
- include( '/elements/select-state.html',
+ <& /elements/select-state.html,
#recommended
country => $current_country,
state => $current_state,
@@ -15,7 +15,7 @@ Example:
empty_label => 'all', #label for empty option
disable_countyupdate => 0, #bool - disabled update of the select-state.html
style => [ 'attribute:value', 'another:value' ],
- );
+ &>
</%doc>