aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/dal_doc_str.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2011-12-08 21:32:36 -0500
committerRalph Amissah <ralph@amissah.com>2011-12-08 21:32:36 -0500
commit76a73915e1b03a8fb8a6ef483b2c50093c8f06a5 (patch)
tree92425fd570f9314abb0e1bd69a10099c2bd43bf6 /lib/sisu/v3/dal_doc_str.rb
parentdebian/changelog (3.1.6-1) (diff)
parentv3: documentation, manpage & html (man2html) (diff)
Merge commit 'sisu_3.1.7' into debian/sid
Diffstat (limited to 'lib/sisu/v3/dal_doc_str.rb')
-rw-r--r--lib/sisu/v3/dal_doc_str.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sisu/v3/dal_doc_str.rb b/lib/sisu/v3/dal_doc_str.rb
index 2bf0305e..91110b44 100644
--- a/lib/sisu/v3/dal_doc_str.rb
+++ b/lib/sisu/v3/dal_doc_str.rb
@@ -376,7 +376,8 @@ module SiSU_document_structure_extract
if @@flag['code']
if t_o =~/^\}code/
@@flag['code']=false
- obj,tags=extract_tags(@tuned_code.join("\n"))
+ obj=@tuned_code.join("\n")
+ tags=[]
h={ obj: obj, tags: tags, number_: @codeblock_numbered }
t_o=SiSU_document_structure::Object_block_txt.new.code(h)
@tuned_code=[]