dsl/liveblog.rb in livetext-0.8.14 vs dsl/liveblog.rb in livetext-0.8.15
- old
+ new
@@ -14,10 +14,10 @@
def _passthru(line)
return if line.nil?
@dest << "<p>" if line == "\n" and ! @_nopara
line = _formatting(line)
- @dest << line
+ @dest << line + "\n"
end
def title
@meta.title = @_data
@dest << "<h1>#{@meta.title}</h1>"