CRM-12684: indentation fix
authorPratik Joshi <pratik.joshi@webaccess.co.in>
Wed, 29 May 2013 14:21:20 +0000 (19:51 +0530)
committerPratik Joshi <pratik.joshi@webaccess.co.in>
Wed, 29 May 2013 14:21:20 +0000 (19:51 +0530)
templates/CRM/Profile/Page/MultipleRecordFieldsListing.tpl

index a334e32393a3b81820d4088db5b691ecae99ce29..98a624863cd6eeaf963c84810fc685e9eaf3c4f9 100644 (file)
@@ -33,7 +33,7 @@
         <div>
         {strip}
         <table id="records" class="display">
-         <thead>
+          <thead>
             <tr>
           {foreach from=$headers key=recId item=head}
              <th>{ts}{$head}{/ts}</th>
@@ -44,7 +44,7 @@
           {foreach from=$records key=recId item=rows}   
             <tr class="{cycle values="odd-row,even-row"}">
               {foreach from=$headers key=hrecId item=head}
-               <td>{$rows.$hrecId}</td>
+                <td>{$rows.$hrecId}</td>
               {/foreach}
               <td>{$rows.action}</td>
             </tr>