summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/misc.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/cust_main/misc.html')
-rw-r--r--httemplate/view/cust_main/misc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/cust_main/misc.html b/httemplate/view/cust_main/misc.html
index b6c028e16..fdc5ba4ea 100644
--- a/httemplate/view/cust_main/misc.html
+++ b/httemplate/view/cust_main/misc.html
@@ -91,14 +91,14 @@
<TD BGCOLOR="#ffffff"><% $cust_main->otaker %></TD>
</TR>
-<% if ( $conf->exists('cust_main-enable_birthdate') ) {
+% if ( $conf->exists('cust_main-enable_birthdate') ) {
<TR>
<TD ALIGN="right">Date of Birth</TD>
<TD BGCOLOR="#ffffff"><% $cust_main->birthdate ? time2str($date_format, $cust_main->birthdate) : '' %></TD>
</TR>
-<% } %>
+% }
</TABLE></TD></TR></TABLE>