diff options
author | Mark Wells <mark@freeside.biz> | 2014-10-01 15:26:32 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2014-10-01 15:26:32 -0700 |
commit | 1ad229e71846b8bbad4ac6272ae75af89e51d0e3 (patch) | |
tree | c1fc5d2a42be0451a7f9a004055782f9c93b920c /httemplate/browse | |
parent | fa9e50e040977723813e884f93f7f7c5819c9037 (diff) |
ensure deploy zones have a description, #24047
Diffstat (limited to 'httemplate/browse')
-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, |