diff options
author | Ivan Kohler <ivan@freeside.biz> | 2012-12-19 23:03:51 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2012-12-19 23:03:51 -0800 |
commit | e513d7cb331d7c7d99d1ea7b5f0a5f8e08e0d725 (patch) | |
tree | 761453ed852931a0b9d8e5d95c72c261f07183f4 | |
parent | a60615bf7bde77aa2b9faf3fc268c149eecdb5ab (diff) | |
parent | bf8b70c62f5d87f1635ed323928f746891cb549f (diff) |
Merge branch 'patch-2' of https://github.com/gjones2/Freeside (fix closing </SELECT> tag)
-rw-r--r-- | httemplate/elements/contact.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/contact.html b/httemplate/elements/contact.html index b3e535344..490ba2303 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 { |