aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/xml.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2008-08-18 23:41:37 -0400
committerRalph Amissah <ralph@amissah.com>2008-08-18 23:41:37 -0400
commit5787bd8ec03e93e90dd90d5fbcb66bdb49a07a84 (patch)
tree960eb7142debcdd011307e946e87af2519cd472e /lib/sisu/v0/xml.rb
parentrsync, replace --delete-after with --delete (diff)
a bit of a cleanup, and change reference to null to ordinary
Diffstat (limited to 'lib/sisu/v0/xml.rb')
-rw-r--r--lib/sisu/v0/xml.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v0/xml.rb b/lib/sisu/v0/xml.rb
index 9f897266..2531a962 100644
--- a/lib/sisu/v0/xml.rb
+++ b/lib/sisu/v0/xml.rb
@@ -313,7 +313,7 @@ WOK
unless @rcdc
m=/#{Mx[:id_o]}~(\d+);(?:\w|[0-6]:)\d+;\w\d+#{Mx[:id_c]}#{Mx[:id_o]}#@dp:#@dp#{Mx[:id_c]}$/
if para =~m
- format_scroll=SiSU_XML_format::Format_scroll.new(@md,@sto.text) if @sto.format =~/i[1-9]|null/
+ format_scroll=SiSU_XML_format::Format_scroll.new(@md,@sto.text) if @sto.format =~/i[1-9]|ordinary/
case @sto.format
when /^(1):(\S*)/
xml_structure(para,$1,@sto.ocn,$2)