From: Lunar <lunar@anargeek.net>
Date: Fri, 26 Aug 2022 08:39:49 +0000 (+0200)
Subject: Fix small issue in the membership receipt header
X-Git-Url: https://nos-oignons.net/gitweb/gestion-adh.git/commitdiff_plain/f430ffff7e61e9e3a26172b7b8384f7564ee6f42

Fix small issue in the membership receipt header
---

diff --git a/lib/nos_oignons/receipt.rb b/lib/nos_oignons/receipt.rb
index edc361a..794ebf1 100644
--- a/lib/nos_oignons/receipt.rb
+++ b/lib/nos_oignons/receipt.rb
@@ -57,7 +57,7 @@ module NosOignons
           pdf.image LOGO_PATH, :width => pdf.bounds.width, :align => :center, :vposition => :center
         end
         pdf.bounding_box([logo_width, pdf.bounds.top], :width => pdf.bounds.width / 3, :height => pdf.bounds.height) do
-          pdf.text 'Nœuds de sortie Tor financés par la communauté \n Identifiant SIREN 842 479 313', :align => :center, :valign => :center
+          pdf.text "Nœuds de sortie Tor financés par la communauté\n\nIdentifiant SIREN 842 479 313", :align => :center, :valign => :center
         end
       end
       pdf.bounding_box([WINDOW_LEFT - pdf.bounds.absolute_left, pdf.bounds.absolute_top - WINDOW_TOP], :width => WINDOW_WIDTH, :height => WINDOW_BOTTOM - WINDOW_TOP) do