summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorgjones2 <gary@pointblanksecurity.com>2012-11-20 15:08:38 -0500
committergjones2 <gary@pointblanksecurity.com>2012-11-20 15:08:38 -0500
commitfd826b3b08d1093f83f44fb2787bfad8bd715ad6 (patch)
tree90dcf5b72378dbc496289181841dd7ee333104dd /httemplate/elements
parent044e4ea5533f1c14697b7ad408dc0cf0e0327abb (diff)
Update httemplate/elements/location.html
Fixed closing tag.
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/location.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html
index 0f844531d..873fe1621 100644
--- a/httemplate/elements/location.html
+++ b/httemplate/elements/location.html
@@ -179,7 +179,7 @@ Example:
% if ( $opt{enable_coords} ) {
<TR>
- <TD ALIGN="right"><% mt('Latitude') |h %></TH>
+ <TD ALIGN="right"><% mt('Latitude') |h %></TD>
<TD COLSPAN=7>
<INPUT TYPE = "text"
NAME = "<%$pre%>latitude"