summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httemplate/elements/select-county.html4
-rw-r--r--httemplate/elements/select-state.html4
-rw-r--r--httemplate/graph/money_time_daily.cgi2
3 files changed, 5 insertions, 5 deletions
diff --git a/httemplate/elements/select-county.html b/httemplate/elements/select-county.html
index 6d498be0a..058993f71 100644
--- a/httemplate/elements/select-county.html
+++ b/httemplate/elements/select-county.html
@@ -2,7 +2,7 @@
Example:
- include( '/elements/select-county.html',
+ <& /elements/select-county.html,
#recommended
country => $current_country,
state => $current_state,
@@ -15,7 +15,7 @@ Example:
disable_empty => 1, #defaults to 1, disable the empty option
empty_label => 'all', #label for empty option
style => [ 'attribute:value', 'another:value' ],
- );
+ &>
</%doc>
% if ( $countyflag ) {
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>
diff --git a/httemplate/graph/money_time_daily.cgi b/httemplate/graph/money_time_daily.cgi
index 0fdbd895e..9b2ca714b 100644
--- a/httemplate/graph/money_time_daily.cgi
+++ b/httemplate/graph/money_time_daily.cgi
@@ -1,4 +1,4 @@
-<% include('elements/monthly.html',
+<% include('elements/monthly.html', #well, not really, daily flag below
'title' => $agentname.
'Daily Sales, Credits and Receipts Summary',
'items' => \@items,