From 35f915e2503e47d119c8c2d3d69c6f4c39b685a3 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 21 Sep 2022 13:50:45 -0700 Subject: [PATCH] fix download links for mobile zones, RT#86794, RT#86460 --- httemplate/browse/deploy_zone.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/browse/deploy_zone.html b/httemplate/browse/deploy_zone.html index 33724e59f..0533d6e0f 100644 --- a/httemplate/browse/deploy_zone.html +++ b/httemplate/browse/deploy_zone.html @@ -151,7 +151,7 @@ '(is_voice is not null, is_broadband is not null)', '(adv_speed_down, adv_speed_up)', ], - links => [ $link_mobile, $link_mobile, '', '', '', '', '', '', $link_shp, $link_kmz, $link_json, ], + links => [ $link_mobile, $link_mobile, '', '', '', '', '', $link_shp, $link_kmz, $link_json, ], align => 'clllllr', nohtmlheader => 1, disable_maxselect => 1, -- 2.11.0