summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/page_local.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/page_local.rb b/lib/page_local.rb
index c4bd158..e13fa33 100644
--- a/lib/page_local.rb
+++ b/lib/page_local.rb
@@ -56,7 +56,7 @@ class LocalPage < Page
end
# Insert the body
- @content = _pandoc.to('html5 '+(_pandoc['pandoc_flags']||''))
+ @content += _pandoc.to('html5 '+(_pandoc['pandoc_flags']||''))
end
@content
end