projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
044e4ea
)
Update httemplate/elements/contact.html
author
gjones2
<gary@pointblanksecurity.com>
Tue, 20 Nov 2012 20:03:18 +0000
(15:03 -0500)
committer
gjones2
<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
patch
|
blob
|
history
diff --git
a/httemplate/elements/contact.html
b/httemplate/elements/contact.html
index
b3e5353
..
490ba23
100644
(file)
--- 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 {