summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Medley <bpm@snafu.org>2012-04-22 18:47:18 -0500
committerBrian Medley <bpm@snafu.org>2012-04-22 18:49:58 -0500
commitf2b217ddc4840b0b536782f0aed6723a0e894f91 (patch)
tree8474d06e5ee39f57ab5e703e0b2316668db109b6
parent23dcc60dec006733f467fe58fd1fbfe9af3188c2 (diff)
remove superflous comma, #15655
-rw-r--r--httemplate/edit/tower.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/tower.html b/httemplate/edit/tower.html
index 82513082c..03b488e86 100644
--- a/httemplate/edit/tower.html
+++ b/httemplate/edit/tower.html
@@ -20,8 +20,8 @@
'sectornum' => 'Sector',
'disabled' => 'Disabled',
'default_ip_addr' => 'Tower IP address',
- 'latitude', => 'Latitude',
- 'longitude', => 'Longitude',
+ 'latitude' => 'Latitude',
+ 'longitude' => 'Longitude',
},
&>
<%init>