aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/dal.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2008-08-23 12:01:59 -0400
committerRalph Amissah <ralph@amissah.com>2008-08-23 12:01:59 -0400
commit08c69d074001507d64cd5960c8679ec91a5a8353 (patch)
treeaf52d5986b3108abc5edbd943ea287455c89deb3 /lib/sisu/v0/dal.rb
parenta bit of a cleanup, and change reference to null to ordinary (diff)
pass Hash to Format classes; some match tuning in dal
Diffstat (limited to 'lib/sisu/v0/dal.rb')
-rw-r--r--lib/sisu/v0/dal.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v0/dal.rb b/lib/sisu/v0/dal.rb
index cf6d8e09..3187a538 100644
--- a/lib/sisu/v0/dal.rb
+++ b/lib/sisu/v0/dal.rb
@@ -614,7 +614,7 @@ module SiSU_DAL
@subnumber=0 if para =~/#{Mx[:lv_o]}#{no1}:/
end
if para =~/^#{Mx[:lv_o]}[1-6]:[\w-]*#{Mx[:lv_c]}/ \
- and para !~ /(?:#{Mx[:lv_o]}[1-6]:[\w-]+-#{Mx[:lv_c]}|#{Mx[:lv_o]}4:endnotes#{Mx[:lv_c]}|^#{Mx[:lv_o]}[1-6]:[a-z_\.]+#{Mx[:lv_c]}\s+[\d.]+)\s/ \
+ and para !~ /(?:#{Mx[:lv_o]}[1-6]:[\w-]+-#{Mx[:lv_c]}|#{Mx[:lv_o]}4:endnotes#{Mx[:lv_c]}|^#{Mx[:lv_o]}[1-6]:[a-z_\.]+#{Mx[:lv_c]}\s*[\d.]+)\s/ \
and para !~/#{Mx[:fa_o]}(?:~#|-#)#{Mx[:fa_c]}/
if para =~/^#{Mx[:lv_o]}#{no1}:/
t_no1+=1; t_no2=0; t_no3=0