From 3c9fc1f2827ca6b8891c61015aa6232d89584b33 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Mon, 15 Jan 2018 11:00:15 +0100 Subject: [PATCH] Remove excess demi-solo --- modules/consent/templates/noconsent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/consent/templates/noconsent.php b/modules/consent/templates/noconsent.php index 160787d1c..313ace97f 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'); -- GitLab