Fixed incorrect CSS tag
authorJohn E Prescott <john@futurefirst.org.uk>
Wed, 28 Jan 2015 15:45:01 +0000 (15:45 +0000)
committerJohn E Prescott <john@futurefirst.org.uk>
Wed, 28 Jan 2015 15:45:01 +0000 (15:45 +0000)
templates/CRM/Contribute/Import/Form/Summary.tpl

index a35357ce64913daea7c291cf97ecce1299d1d391..ae44f005eb777556884bf1e32a4dbed4ef3b2c61 100644 (file)
@@ -25,7 +25,7 @@
 *}
 {* Contribution Import Wizard - Step 4 (summary of import results AFTER actual data loading) *}
 {* @var $form Contains the array for the form elements and other form associated information assigned to the template by the controller *}
-<div class="crm-block crm-form-block  crm-contribution-import-summary-form-block id="upload-file">
+<div class="crm-block crm-form-block  crm-contribution-import-summary-form-block" id="upload-file">
  {* WizardHeader.tpl provides visual display of steps thru the wizard as well as title for current step *}
  {include file="CRM/common/WizardHeader.tpl"}