From 5be9b7a28005f0b9390027b0d7242e7200d7232e Mon Sep 17 00:00:00 2001
From: Grzegorz Rola <grola@seostudio.pl>
Date: Thu, 6 Apr 2023 15:05:33 +0200
Subject: [PATCH] bugfix(text): new line

---
 CHANGELOG.md                     | 4 ++++
 src/views/html-text-petition.php | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47fe36a..e0703a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [1.6.2] - 2023-04-05
+### Fixed
+- new line after petition
+
 ## [1.6.1] - 2022-08-30
 ### Fixed
 - de_DE translators
diff --git a/src/views/html-text-petition.php b/src/views/html-text-petition.php
index c176d09..5d85310 100644
--- a/src/views/html-text-petition.php
+++ b/src/views/html-text-petition.php
@@ -16,5 +16,5 @@
             '<span class="star">&#9733;&#9733;&#9733;&#9733;&#9733;</span><span class="plugins-repository">',
             '</span></a>'
         )
-    ); ?>
+    ); ?><br /><br />
 </div>
\ No newline at end of file
-- 
GitLab