[freeside-commits] branch master updated. e710e07e4451b7c615fb477799dc64bf3490248c

Ivan ivan at 420.am
Wed Dec 19 23:07:44 PST 2012


The branch, master has been updated
       via  e710e07e4451b7c615fb477799dc64bf3490248c (commit)
       via  fd826b3b08d1093f83f44fb2787bfad8bd715ad6 (commit)
      from  e513d7cb331d7c7d99d1ea7b5f0a5f8e08e0d725 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e710e07e4451b7c615fb477799dc64bf3490248c
Merge: e513d7c fd826b3
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Dec 19 23:04:58 2012 -0800

    Merge branch 'patch-3' of https://github.com/gjones2/Freeside (fix closing tag)


commit fd826b3b08d1093f83f44fb2787bfad8bd715ad6
Author: gjones2 <gary at pointblanksecurity.com>
Date:   Tue Nov 20 15:08:38 2012 -0500

    Update httemplate/elements/location.html
    
    Fixed closing tag.

diff --git a/httemplate/elements/location.html b/httemplate/elements/location.html
index 0f84453..873fe16 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"

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/location.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list