summaryrefslogtreecommitdiff
path: root/httemplate/search/477partIIA.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-02-14 14:31:13 -0800
committerMark Wells <mark@freeside.biz>2013-02-14 14:31:13 -0800
commite55892bdf6dc95710a19876087690a9664421215 (patch)
treef88bf2f4de6f1a2ca7a26100e5c88fd3d0557db3 /httemplate/search/477partIIA.html
parentea877a775f49883683a26c01da366993804e840d (diff)
include elements/search.html the right way to avoid problems with XLS download, #21421
Diffstat (limited to 'httemplate/search/477partIIA.html')
-rwxr-xr-xhttemplate/search/477partIIA.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/search/477partIIA.html b/httemplate/search/477partIIA.html
index d2cc8c3e9..6a532299b 100755
--- a/httemplate/search/477partIIA.html
+++ b/httemplate/search/477partIIA.html
@@ -1,4 +1,4 @@
-<% include( 'elements/search.html',
+<& elements/search.html,
'html_init' => $html_init,
'name' => 'lines',
'query' => $query,
@@ -10,8 +10,8 @@
'header' => [ @headers ],
'xml_elements' => [ @xml_elements ],
'fields' => [ @fields ],
- )
-%>
+
+&>
<%init>
my $curuser = $FS::CurrentUser::CurrentUser;