diff options
Diffstat (limited to 'lib/page_local.rb')
-rw-r--r-- | lib/page_local.rb | 2 |
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 |