aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v2/html_segments.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2011-02-01 16:55:53 -0500
committerRalph Amissah <ralph@amissah.com>2011-02-01 16:55:53 -0500
commit704af1677c2904d0ccdff9fe75ed030ce6f060c8 (patch)
tree01298810b5b8b91031583e989fa774e4e000bfc7 /lib/sisu/v2/html_segments.rb
parentdebian/changelog 2.7.9-1 (diff)
parentv3 introduced as development branch, invoked using "sisu --v3 [instructions] (diff)
Merge branch 'upstream' into debian/sid
Diffstat (limited to 'lib/sisu/v2/html_segments.rb')
-rw-r--r--lib/sisu/v2/html_segments.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sisu/v2/html_segments.rb b/lib/sisu/v2/html_segments.rb
index a516d809..c1649a88 100644
--- a/lib/sisu/v2/html_segments.rb
+++ b/lib/sisu/v2/html_segments.rb
@@ -357,7 +357,6 @@ module SiSU_HTML_seg
end
def markup(dob)
@debug=[]
- dob.obj.gsub!(/(?:\s*#{Mx[:br_page]}\s*|\s*#{Mx[:br_page_new]}\s*)+/m,'')
format_head_seg=SiSU_HTML_Format::Head_seg.new(@md)
if dob.is !~/meta/
if dob.is =~/(?:heading|para)/ #extend as necessary FIX
@@ -398,6 +397,8 @@ module SiSU_HTML_seg
sto.code
elsif dob.is=='table'
sto.table
+ elsif dob.is=='break'
+ sto.break
end
if @md.flag_separate_endnotes
dob.obj.gsub!(/"\s+href="#_(\d+)">/,%{" href=\"endnotes#{Sfx[:html]}#_\\1">}) #endnote- twice #removed file type