Update httemplate/elements/location.html
authorgjones2 <gary@pointblanksecurity.com>
Tue, 20 Nov 2012 20:08:38 +0000 (15:08 -0500)
committergjones2 <gary@pointblanksecurity.com>
Tue, 20 Nov 2012 20:08:38 +0000 (15:08 -0500)
Fixed closing tag.

httemplate/elements/location.html

index 0f84453..873fe16 100644 (file)
@@ -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"