From 47b98594797491ed843e6fca3a333c5b148feddd Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 17 Jun 2010 01:15:33 +0000 Subject: [PATCH] indentation --- httemplate/edit/cust_main/birthdate.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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> -- 2.11.0