diff options
author | Mark Wells <mark@freeside.biz> | 2013-02-14 14:31:13 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-02-14 14:31:13 -0800 |
commit | e55892bdf6dc95710a19876087690a9664421215 (patch) | |
tree | f88bf2f4de6f1a2ca7a26100e5c88fd3d0557db3 /httemplate/search/477partVI_census.html | |
parent | ea877a775f49883683a26c01da366993804e840d (diff) |
include elements/search.html the right way to avoid problems with XLS download, #21421
Diffstat (limited to 'httemplate/search/477partVI_census.html')
-rwxr-xr-x | httemplate/search/477partVI_census.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/search/477partVI_census.html b/httemplate/search/477partVI_census.html index 8425c4b48..59a6fb50d 100755 --- a/httemplate/search/477partVI_census.html +++ b/httemplate/search/477partVI_census.html @@ -1,4 +1,4 @@ -<% include( 'elements/search.html', +<& elements/search.html, 'html_init' => '<H2>Part VI</H2>', 'html_foot' => $html_foot, 'name' => 'regions', @@ -24,8 +24,8 @@ 'url' => $opt{url} || '', 'xml_row_element' => 'Datarow', 'really_disable_download' => 1, - ) -%> + +&> <%init> my $curuser = $FS::CurrentUser::CurrentUser; |