[freeside-commits] branch master updated. e513d7cb331d7c7d99d1ea7b5f0a5f8e08e0d725

Ivan ivan at 420.am
Wed Dec 19 23:04:22 PST 2012


The branch, master has been updated
       via  e513d7cb331d7c7d99d1ea7b5f0a5f8e08e0d725 (commit)
       via  bf8b70c62f5d87f1635ed323928f746891cb549f (commit)
      from  a60615bf7bde77aa2b9faf3fc268c149eecdb5ab (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 e513d7cb331d7c7d99d1ea7b5f0a5f8e08e0d725
Merge: a60615b bf8b70c
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Dec 19 23:03:51 2012 -0800

    Merge branch 'patch-2' of https://github.com/gjones2/Freeside (fix closing </SELECT> tag)


commit bf8b70c62f5d87f1635ed323928f746891cb549f
Author: gjones2 <gary at pointblanksecurity.com>
Date:   Tue Nov 20 15:03:18 2012 -0500

    Update httemplate/elements/contact.html
    
    Changed <SELECT> to </SELECT> since it's closing the opening <SELECT> on line 9.

diff --git a/httemplate/elements/contact.html b/httemplate/elements/contact.html
index b3e5353..490ba23 100644
--- a/httemplate/elements/contact.html
+++ b/httemplate/elements/contact.html
@@ -15,7 +15,7 @@
                  <% ($contact_class->classnum == $classnum) ? 'SELECTED' : '' %>
               ><% $contact_class->classname |h %>
 %           }
-          <SELECT><BR>
+          </SELECT><BR>
           <FONT SIZE="-1">Type</FONT>
         </TD>
 %     } else {

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

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




More information about the freeside-commits mailing list