From: ivan Date: Thu, 17 Jun 2010 01:15:33 +0000 (+0000) Subject: indentation X-Git-Tag: root_of_svc_elec_features~156 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=47b98594797491ed843e6fca3a333c5b148feddd indentation --- diff --git a/httemplate/edit/cust_main/birthdate.html b/httemplate/edit/cust_main/birthdate.html index 415aba3c4..b4e78e3b9 100644 --- a/httemplate/edit/cust_main/birthdate.html +++ b/httemplate/edit/cust_main/birthdate.html @@ -1,10 +1,11 @@ <% ntable("#cccccc", 2) %> - <% include ('/elements/tr-input-date-field.html', - 'birthdate', - $cust_main->birthdate, - 'Date of Birth', - $conf->config('date_format') || "%m/%d/%Y", - 1) + <% include( '/elements/tr-input-date-field.html', + 'birthdate', + $cust_main->birthdate, + 'Date of Birth', + ( $conf->config('date_format') || "%m/%d/%Y" ), + 1 + ) %> <%init>