summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2022-09-21 13:50:51 -0700
committerIvan Kohler <ivan@freeside.biz>2022-09-21 13:50:51 -0700
commite5f2faa44d1c650f187c92fa06d901372dad490e (patch)
treeca3d334160ac89b88380065fdc775ad2bc819ae2
parent23352f73d1bb474d2d9dc44acbef3398669d1462 (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 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,