Update httemplate/elements/contact.html
authorgjones2 <gary@pointblanksecurity.com>
Tue, 20 Nov 2012 20:03:18 +0000 (15:03 -0500)
committergjones2 <gary@pointblanksecurity.com>
Tue, 20 Nov 2012 20:03:18 +0000 (15:03 -0500)
Changed <SELECT> to </SELECT> since it's closing the opening <SELECT> on line 9.

httemplate/elements/contact.html

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