aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v2/epub_segments.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2010-03-12 10:57:19 -0500
committerRalph Amissah <ralph@amissah.com>2010-03-12 10:57:19 -0500
commit93817753b2dc0143c78b3b1522d658cfde5bc331 (patch)
treeee94709c86a8ecd132a99d3afe26835eed4c2e47 /lib/sisu/v2/epub_segments.rb
parentvim syntax highlight, minor addition (diff)
html tables fix (in html_segments, an erroneous assignment where there should have been comparison)
Diffstat (limited to 'lib/sisu/v2/epub_segments.rb')
-rw-r--r--lib/sisu/v2/epub_segments.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v2/epub_segments.rb b/lib/sisu/v2/epub_segments.rb
index 6436612c..5f0b74d3 100644
--- a/lib/sisu/v2/epub_segments.rb
+++ b/lib/sisu/v2/epub_segments.rb
@@ -379,7 +379,7 @@ WOK
end
elsif dob.is =~/^(?:group|alt)$/
sto.para #fix this should be group type specific #FIX
- elsif dob.is =~/^verse$/
+ elsif dob.is=='verse'
sto.verse
elsif dob.is=='code'
sto.code