aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v3/dal_doc_str.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2011-12-08 21:01:14 -0500
committerRalph Amissah <ralph@amissah.com>2011-12-08 21:02:43 -0500
commit9cdd523ca3a5eccf25c96795cfefcc8999b84265 (patch)
tree697c567a8f3b1a54d2ec2c3ce7791ca8b6701a5a /lib/sisu/v3/dal_doc_str.rb
parentv3: 3.1.7 version & changelog "opened" (diff)
v3: dal, codeblocks, removed identifier tags, changed markup of "<" & ">"
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=[]