aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v1/manpage.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2010-03-06 09:47:55 -0500
committerRalph Amissah <ralph@amissah.com>2010-03-06 09:47:55 -0500
commit306aed5b8a559aad2fb944a946ffdda9713f07ec (patch)
treecf627bc6438dba6103d4e05a1d5cff678f78df6f /lib/sisu/v1/manpage.rb
parentskin_sisu utf-8 marker (diff)
introducing version 2, major patch, (version 1 libraries retained)sisu_2.0.0
Diffstat (limited to 'lib/sisu/v1/manpage.rb')
-rw-r--r--lib/sisu/v1/manpage.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sisu/v1/manpage.rb b/lib/sisu/v1/manpage.rb
index d3886fc2..9de68331 100644
--- a/lib/sisu/v1/manpage.rb
+++ b/lib/sisu/v1/manpage.rb
@@ -7,7 +7,7 @@
* Author: Ralph Amissah
- * Copyright: (C) 1997 - 2009 Ralph Amissah All Rights Reserved.
+ * Copyright: (C) 1997 - 2010, Ralph Amissah, All Rights Reserved.
* License: GPL 3 or later:
@@ -448,7 +448,7 @@ WOK
filename_manpage=SiSU_Env::SiSU_file.new(@md,@md.fn[:manpage]).mkfile_man
@sisu=[]
@content.each do |para| # this is a hack
- if para.class == Array \
+ if para.class==Array \
and para.length > 0
para.each do |line|
line.gsub!(/\s+$/m,'')