From dadacbd0925703404fcd70e93df56bc8a4fee6fb Mon Sep 17 00:00:00 2001
From: ilya <ilya@laptop.(none)>
Date: Sun, 3 Oct 2010 13:33:01 -0700
Subject: [PATCH] removed whitespace striping

---
 lib/salmon/salmon.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/salmon/salmon.rb b/lib/salmon/salmon.rb
index 5ce1156be6..9ed5567c57 100644
--- a/lib/salmon/salmon.rb
+++ b/lib/salmon/salmon.rb
@@ -90,7 +90,7 @@ module Salmon
       xml =<<ENTRY
     <?xml version='1.0' encoding='UTF-8'?>
     <entry xmlns='http://www.w3.org/2005/Atom'>
-    <encrypted_header>#{person.encrypt(decrypted_header.rstrip)}</encrypted_header>
+    <encrypted_header>#{person.encrypt(decrypted_header)}</encrypted_header>
     <author>
       <name>#{@author.real_name}</name>
       <uri>acct:#{@author.diaspora_handle}</uri>
-- 
GitLab