Merge pull request #12312 from colemanw/multiRecordCustomProfile
[civicrm-core.git] / ang / crmMailing / EditRecipOptionsDialogCtrl.html
index 4c773b49644da0e7d9adb3d748b7c39039904d2d..be5e2c2e5f138b623a8f9d16223aa7263b0a26eb 100644 (file)
@@ -4,11 +4,11 @@
 
       <div crm-ui-field="{title: ts('Dedupe by email'), help: hs('dedupe_email')}" crm-layout="checkbox">
         <input
-          type='checkbox'
-          ng-model='model.mailing.dedupe_email'
+          type="checkbox"
+          ng-model="model.mailing.dedupe_email"
           ng-true-value="'1'"
           ng-false-value="'0'"
-          />
+          >
       </div>
 
       <div crm-ui-field="{name: 'editRecipOptionsForm.location_type_id', title: ts('Location Type')}">