diff options
author | James Turnbull <james@lovedthanlost.net> | 2010-10-28 20:10:59 +1100 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2010-10-29 08:28:54 +1100 |
commit | 776ea2a17de7834ecdaded9fcaabc48446d2f29d (patch) | |
tree | 0357ae5eed488a3527c12adff735d7d45746a1a7 /lib/puppet/util/reference.rb | |
parent | 31118fe85aca4ee46903b17a3eb7aee07b8c0d69 (diff) | |
download | puppet-776ea2a17de7834ecdaded9fcaabc48446d2f29d.tar.gz puppet-776ea2a17de7834ecdaded9fcaabc48446d2f29d.tar.xz puppet-776ea2a17de7834ecdaded9fcaabc48446d2f29d.zip |
Fixed #5137 - Removed no longer required TOC references
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 |