diff options
author | Ralph Amissah <ralph@amissah.com> | 2008-08-18 23:41:37 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2008-08-18 23:41:37 -0400 |
commit | 5787bd8ec03e93e90dd90d5fbcb66bdb49a07a84 (patch) | |
tree | 960eb7142debcdd011307e946e87af2519cd472e /lib/sisu/v0/xml_dom.rb | |
parent | rsync, 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_dom.rb')
-rw-r--r-- | lib/sisu/v0/xml_dom.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v0/xml_dom.rb b/lib/sisu/v0/xml_dom.rb index 9bcb15ec..38ba0a87 100644 --- a/lib/sisu/v0/xml_dom.rb +++ b/lib/sisu/v0/xml_dom.rb @@ -371,7 +371,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_markup(para) |