diff options
author | Mark Wells <mark@freeside.biz> | 2014-10-01 15:26:24 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-10-01 15:26:24 -0700 |
commit | 266926392e812ecf3f933f65e6831a3a7f578986 (patch) | |
tree | 0c075b72ee6f63373c767df45bf5926937f8d78e /httemplate | |
parent | b3bcbc3dda6f1b994f206c22b02acddb17ebdf1a (diff) |
ensure deploy zones have a description, #24047
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/browse/deploy_zone.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/deploy_zone.html b/httemplate/browse/deploy_zone.html index ddfbde43d..3bd9d07dd 100644 --- a/httemplate/browse/deploy_zone.html +++ b/httemplate/browse/deploy_zone.html @@ -52,7 +52,7 @@ '(adv_speed_down, adv_speed_up)', '(cir_speed_down, cir_speed_up)', ], - links => [ '', $link_fixed, ], + links => [ $link_fixed, $link_fixed, ], align => 'clllllr', nohtmlheader => 1, disable_maxselect => 1, |