CRM-20600 - Purify HTML - ang/crmCaseType/timelineTable.html
authorTim Otten <totten@civicrm.org>
Tue, 16 May 2017 03:45:36 +0000 (20:45 -0700)
committerTim Otten <totten@civicrm.org>
Fri, 19 May 2017 02:10:06 +0000 (19:10 -0700)
ang/crmCaseType/timelineTable.html

index c1ad99adaea8dd2aa1b9ebad5d5b92826ae3250f..5014c79946eef31c80fbabc178e0259dd3fc0008 100644 (file)
@@ -53,7 +53,7 @@ Required vars: activitySet
         ng-model="activity.reference_offset"
         ng-hide="activity.name == 'Open Case'"
         ng-required="activity.name != 'Open Case'"
-        />
+        >
     </td>
     <td>
       <select
@@ -80,12 +80,12 @@ Required vars: activitySet
   <tfoot>
   <tr class="addRow">
     <td colspan="6">
-      <span crm-add-name
+      <span crm-add-name=""
            crm-options="activityTypeOptions"
            crm-var="newActivity"
            crm-on-add="addActivity(activitySet, newActivity)"
            placeholder="{{ts('Add activity')}}"
-              />
+      ></span>
     </td>
   </tr>
   </tfoot>