aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/shared_structure.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2009-07-02 11:05:08 -0400
committerRalph Amissah <ralph@amissah.com>2009-07-02 11:05:08 -0400
commit627afc994042ab69618c0e981d2a470e9d48d708 (patch)
tree3ee86ae8c52efc6f2dc782636ec3e62a1c62a5f3 /lib/sisu/v0/shared_structure.rb
parentsha256 for 0.70.6 (diff)
copyright date update and removed some white space
Diffstat (limited to 'lib/sisu/v0/shared_structure.rb')
-rw-r--r--lib/sisu/v0/shared_structure.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v0/shared_structure.rb b/lib/sisu/v0/shared_structure.rb
index 573f9c8e..60e6a451 100644
--- a/lib/sisu/v0/shared_structure.rb
+++ b/lib/sisu/v0/shared_structure.rb
@@ -80,7 +80,7 @@ module SiSU_Structure
end
else
if @para[/^(#{Mx[:pa_o]}:i[1-9]#{Mx[:pa_c]}#{Mx[:gl_bullet]})\s*(.+?)#{Mx[:id_o]}~(\d+);(?:[ohu]|[0-6]:)\d+;\w\d+#{Mx[:id_c]}#{Mx[:id_o]}#@dp:#@dp#{Mx[:id_c]}$/m]
- @format,@text,@ocn=$1,$2,$3,$4 #watch and work on
+ @format,@text,@ocn=$1,$2,$3 #,$4 #watch and work on
elsif @para[/^(#{Mx[:gl_bullet]})\s*(.+?)#{Mx[:id_o]}~(\d+);(?:[ohu]|[0-6]:)\d+;\w\d+#{Mx[:id_c]}#{Mx[:id_o]}#@dp:#@dp#{Mx[:id_c]}$/m]
@format,@text,@ocn=$1,$2,$3
elsif @para[/#{Mx[:pa_o]}:(i[1-9])#{Mx[:pa_c]}\s*(.+?)#{Mx[:id_o]}~(\d+);(?:[ohu]|[0-6]:)\d+;\w\d+#{Mx[:id_c]}#{Mx[:id_o]}#@dp:#@dp#{Mx[:id_c]}$/m]