diff --git a/modules/consent/templates/noconsent.php b/modules/consent/templates/noconsent.php index 160787d1c74d1e7a2aabe9ef074bce23c817f2db..313ace97fd073422819342f373ba395c3ee6bec5 100644 --- a/modules/consent/templates/noconsent.php +++ b/modules/consent/templates/noconsent.php @@ -1,6 +1,6 @@ <?php -$this->data['header'] = $this->t('{consent:consent:noconsent_title}');; +$this->data['header'] = $this->t('{consent:consent:noconsent_title}'); $this->includeAtTemplateBase('includes/header.php');