summaryrefslogtreecommitdiff
path: root/httemplate/elements/contact.html
diff options
context:
space:
mode:
authorgjones2 <gary@pointblanksecurity.com>2012-11-20 15:03:18 -0500
committergjones2 <gary@pointblanksecurity.com>2012-11-20 15:03:18 -0500
commitbf8b70c62f5d87f1635ed323928f746891cb549f (patch)
tree7ecbcef93c05ace6f8bae77c1c802df85ed41c57 /httemplate/elements/contact.html
parent044e4ea5533f1c14697b7ad408dc0cf0e0327abb (diff)
Update httemplate/elements/contact.html
Changed <SELECT> to </SELECT> since it's closing the opening <SELECT> on line 9.
Diffstat (limited to 'httemplate/elements/contact.html')
-rw-r--r--httemplate/elements/contact.html2
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 {