diff options
author | Paul Berry <paul@puppetlabs.com> | 2010-11-09 15:13:38 -0800 |
---|---|---|
committer | Paul Berry <paul@puppetlabs.com> | 2010-11-09 15:14:13 -0800 |
commit | 1d708a67c7db3a631a5577f8b26232c248862eca (patch) | |
tree | 2d1ccfb85b2d7543d2c2733d0db31b58dd72d653 /lib/puppet/util/reference.rb | |
parent | 22d81f0b319b260aa4cf4f6bbc5948fb6b1d4db9 (diff) | |
parent | 80adb39d1f4e87fe2fa12bd03df335fc285c0bb6 (diff) | |
download | puppet-1d708a67c7db3a631a5577f8b26232c248862eca.tar.gz puppet-1d708a67c7db3a631a5577f8b26232c248862eca.tar.xz puppet-1d708a67c7db3a631a5577f8b26232c248862eca.zip |
Merge commit '2.6.3rc2' into next
Diffstat (limited to 'lib/puppet/util/reference.rb')
-rw-r--r-- | lib/puppet/util/reference.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/puppet/util/reference.rb b/lib/puppet/util/reference.rb index 99458aa57..ab201cde4 100644 --- a/lib/puppet/util/reference.rb +++ b/lib/puppet/util/reference.rb @@ -32,7 +32,6 @@ class Puppet::Util::Reference section = reference(name) or raise "Could not find section #{name}" depth = section.depth if section.depth < depth end - text = "* TOC text.\n{:toc}\n\n" end def self.pdf(text) @@ -141,7 +140,6 @@ class Puppet::Util::Reference # First the header text = h(@title, 1) text += "\n\n**This page is autogenerated; any changes will get overwritten** *(last generated on #{Time.now.to_s})*\n\n" - text += "* TOC Text.\n{:toc}\n\n" if withcontents text += @header |