Unverified Commit 515d1036 authored by Lee Rowlands's avatar Lee Rowlands
Browse files

Issue #3175395 by NitinLama: Remove unused #html property from...

Issue #3175395 by NitinLama: Remove unused #html property from DateTimeFormatterBase::buildDateWithIsoAttribute

(cherry picked from commit 563ed8e8)
parent fa816419
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -232,7 +232,6 @@ protected function buildDateWithIsoAttribute(DrupalDateTime $date) {
    $build = [
      '#theme' => 'time',
      '#text' => $this->formatDate($date),
      '#html' => FALSE,
      '#attributes' => [
        'datetime' => $iso_date,
      ],