lib/review/tocprinter.rb in review-5.9.0 vs lib/review/tocprinter.rb in review-5.10.0

- old
+ new

@@ -19,15 +19,15 @@ print "\x01H0\x01" # XXX: don't modify level value. level value will be handled in sec_counter#prefix() else print "\x01H#{level}\x01" end # embed header information for tocparser - super(level, label, caption) + super end def base_block(type, lines, caption = nil) puts "\x01STARTLIST\x01" - super(type, lines, caption) + super puts "\x01ENDLIST\x01" end def blank @blank_seen = true