From 02afaef5fe0b35ee2554b86a98dc9563cd6b5c5f Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 27 Apr 2010 11:42:07 -0400 Subject: plaintext, clean up bulleted grouped text output (still not line-wrapped though) --- lib/sisu/v2/plaintext.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/sisu/v2/plaintext.rb b/lib/sisu/v2/plaintext.rb index ddc82839..851da3f8 100644 --- a/lib/sisu/v2/plaintext.rb +++ b/lib/sisu/v2/plaintext.rb @@ -310,6 +310,7 @@ WOK dob.obj.gsub!(/#{Mx[:gl_o]}#169#{Mx[:gl_c]}/,'©') end if dob.of=='group' # watch + dob.obj.gsub!(/#{Mx[:gl_o]}●#{Mx[:gl_c]}/,"* ") dob.obj.gsub!(/#{Mx[:br_line]}|#{Mx[:br_nl]}/,"\n") else dob.obj.gsub!(/#{Mx[:br_line]}|#{Mx[:br_nl]}/,"\n\n") end -- cgit v1.2.3