Commit 008e6fda authored by George's avatar George
Browse files

Issue #3319102 - Error when activate links to terms.

parent 8cf38be6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ class TaxonomyTermReferenceFormatter extends EntityReferenceFormatterBase {
    $summary = [];
    $summary[] = $this->t('The Terms will be displayed separated by "@separator"', ['@separator' => $this->getSetting('separator_option')]);
    if ($this->getSetting('links_option')) {
      $summary[] = $this->$this->t('<br>The terms will link to the term pages');
      $summary[] = $this->t('<br>The terms will link to the term pages');
    }
    if ($this->getSetting('element_option') != "- None -") {
      $summary[] = $this->t('<br>Elements will be wrapped in a "@element" tag', ['@element' => $this->getSetting('element_option')]);