summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2022-09-21 13:50:45 -0700
committerIvan Kohler <ivan@freeside.biz>2022-09-21 13:50:45 -0700
commit35f915e2503e47d119c8c2d3d69c6f4c39b685a3 (patch)
treeba4ba98d709506162e45e5fbed1aa9c3e754b5b2
parent16cfeae489ff1cf4b4fdd5f1ca34d2c4d313174a (diff)
fix download links for mobile zones, RT#86794, RT#86460
-rw-r--r--httemplate/browse/deploy_zone.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/deploy_zone.html b/httemplate/browse/deploy_zone.html
index 33724e5..0533d6e 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,