From 4deca5976ea353de15c70bf23934f5b63a30e807 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Mon, 30 Sep 2013 12:22:26 +0000 Subject: [PATCH] Merged r12189 from trunk to 2.3-stable (#13632) pdf: fix empty page attached when exporting. Contributed by Jun NAITOH. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.3-stable@12191 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- lib/plugins/rfpdf/lib/tcpdf.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/plugins/rfpdf/lib/tcpdf.rb b/lib/plugins/rfpdf/lib/tcpdf.rb index 22e1d2c25..d754eb891 100755 --- a/lib/plugins/rfpdf/lib/tcpdf.rb +++ b/lib/plugins/rfpdf/lib/tcpdf.rb @@ -2431,7 +2431,7 @@ class TCPDF out('1 0 obj'); out('<>'); + out('<>') out('stream'); out('/CIDInit /ProcSet findresource begin'); out('12 dict begin'); -- 2.39.5