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

index 9985886f1fde078b59e5283108ebacd580564015..e8c5dd42d41e13eb825fae646dfb2176884de004 100644 (file)
@@ -25,7 +25,7 @@
 *}
 {* Contribution Import Wizard - Step 3 (preview import results prior to 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-preview-form-block id="upload-file">
+<div class="crm-block crm-form-block crm-contribution-import-preview-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"}