bug 3436: add patron images to web self-check
[koha.git] / opac / opac-sendshelf.pl
index 340a41c..dc9d2b0 100755 (executable)
@@ -124,7 +124,7 @@ if ( $email ) {
         $email_file = $1;
     }
 
-    if ( $template_res =~ /<MESSAGE>\n(.*)\n<END_MESSAGE>/s ) { $body = $1; }
+    if ( $template_res =~ /<MESSAGE>\n(.*)\n<END_MESSAGE>/s ) { $body = encode_qp($1); }
 
     my $boundary = "====" . time() . "====";