diff options
author | Ralph Amissah <ralph@amissah.com> | 2011-03-11 08:21:39 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2011-03-11 08:21:39 -0500 |
commit | 2c0a67fc37d65bf8c2d09a0c593700a23553dc3c (patch) | |
tree | b414fd321bb1e17b6e203beb4007dc8378de333c /lib/sisu/v2/dal_doc_str.rb | |
parent | debian/changelog (3.0.2-1) (diff) | |
parent | v2, v3: changelog git.sisudoc.org tag-points [3.0.3-1] (diff) |
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'lib/sisu/v2/dal_doc_str.rb')
-rw-r--r-- | lib/sisu/v2/dal_doc_str.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v2/dal_doc_str.rb b/lib/sisu/v2/dal_doc_str.rb index bca3cf7d..56bf205f 100644 --- a/lib/sisu/v2/dal_doc_str.rb +++ b/lib/sisu/v2/dal_doc_str.rb @@ -330,7 +330,7 @@ module SiSU_document_structure_extract sub_array=t_o.dup + "#{Mx[:br_nl]}" @line_mode=sub_array.scan(/.+/) @line_mode=[] - sub_array.scan(/.+/) {|w| @line_mode << w if w =~/[\Ss]+/} + sub_array.scan(/.+/) {|w| @line_mode << w if w =~/[\S]+/} t_o=SiSU_document_structure_extract::Build.new(@md,@line_mode).build_lines('code').join @tuned_code << t_o t_o=nil |