aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_plugins/gleps.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/_plugins/gleps.rb b/_plugins/gleps.rb
index abd2576..3955c3a 100644
--- a/_plugins/gleps.rb
+++ b/_plugins/gleps.rb
@@ -55,7 +55,7 @@ module Gentoo
@replacedby = $1 if line =~ /^Replaced-By: (.*)$/
break if line.chomp.empty?
end
- @content = RbST.new(lines.join('')).to_html(
+ @content = RbST.new(".. contents::\n..\n\n" + lines.join('')).to_html(
'initial-header-level' => 2)
glep_data = {