aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/xml_sax.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v5/xml_sax.rb')
-rw-r--r--lib/sisu/v5/xml_sax.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/sisu/v5/xml_sax.rb b/lib/sisu/v5/xml_sax.rb
index 88206a3e..1554056b 100644
--- a/lib/sisu/v5/xml_sax.rb
+++ b/lib/sisu/v5/xml_sax.rb
@@ -342,12 +342,12 @@ WOK
if dob.is==:heading
xml_structure(dob)
dob.obj=case dob.ln
- when 1; x.heading_body1
- when 2; x.heading_body2
- when 3; x.heading_body3
- when 4; x.heading_body4
- when 5; x.heading_body5
- when 6; x.heading_body6
+ when 1 then x.heading_body1
+ when 2 then x.heading_body2
+ when 3 then x.heading_body3
+ when 4 then x.heading_body4
+ when 5 then x.heading_body5
+ when 6 then x.heading_body6
end
else
if dob.is==:verse