diff options
| author | gjones2 <gary@pointblanksecurity.com> | 2012-11-20 15:08:38 -0500 |
|---|---|---|
| committer | gjones2 <gary@pointblanksecurity.com> | 2012-11-20 15:08:38 -0500 |
| commit | fd826b3b08d1093f83f44fb2787bfad8bd715ad6 (patch) | |
| tree | 90dcf5b72378dbc496289181841dd7ee333104dd | |
| parent | 044e4ea5533f1c14697b7ad408dc0cf0e0327abb (diff) | |
Update httemplate/elements/location.html
Fixed closing tag.
| -rw-r--r-- | httemplate/elements/location.html | 2 |
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" |
