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

index f576585026400722120f3a158b03de0e676c737a..30cc51fc844b816100ca8fe0071f5a4a2ef2dc50 100644 (file)
@@ -25,7 +25,7 @@
 *}
 {* Contribution Import Wizard - Step 2 (map incoming data fields) *}
 {* @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-form-block id="upload-file">
+<div class="crm-block crm-form-block crm-contribution-import-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"}