[freeside-commits] branch FREESIDE_4_BRANCH updated. d521a3d2467cdc0e0b341ada9dea2570c8cc1991
Ivan Kohler
ivan at freeside.biz
Wed Sep 21 13:50:49 PDT 2022
The branch, FREESIDE_4_BRANCH has been updated
via d521a3d2467cdc0e0b341ada9dea2570c8cc1991 (commit)
from 75860837e4719397c36142b0fca3d2515ad22b1d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d521a3d2467cdc0e0b341ada9dea2570c8cc1991
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Sep 21 13:50:48 2022 -0700
fix download links for mobile zones, RT#86794, RT#86460
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,
-----------------------------------------------------------------------
Summary of changes:
httemplate/browse/deploy_zone.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list