From af46abbb29f698fd04be2ec9fe473907db002860 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Mac=C3=ADas=20Luna?=
 <lonoak@users.noreply.github.com>
Date: Wed, 6 Dec 2017 16:28:46 +0100
Subject: [PATCH] Deleted trailing h2

---
 modules/cron/templates/croninfo-result.twig | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/modules/cron/templates/croninfo-result.twig b/modules/cron/templates/croninfo-result.twig
index cd7442e8d..79736dffe 100644
--- a/modules/cron/templates/croninfo-result.twig
+++ b/modules/cron/templates/croninfo-result.twig
@@ -3,7 +3,9 @@
 
 {% block content %}
 
-{{ 'Here are the result for the cron job execution:'|trans }}</h2>
+<p>
+{{ 'Here are the result for the cron job execution:'|trans }}
+</p>
 
 <div class="metadatabox metadata-code">
 <h2>{{ 'Cron report'|trans }}</h2>
-- 
GitLab