diff options
Diffstat (limited to 'lib/rdoc/generator')
-rw-r--r-- | lib/rdoc/generator/html.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/generator/html.rb b/lib/rdoc/generator/html.rb index 95617725e9..f035857aff 100644 --- a/lib/rdoc/generator/html.rb +++ b/lib/rdoc/generator/html.rb @@ -247,7 +247,7 @@ class RDoc::Generator::HTML @main_page = @options.main_page @main_page_ref = nil if @main_page - @main_page_ref = AllReferences[@main_page] + @main_page_ref = RDoc::Generator::AllReferences[@main_page] if @main_page_ref then @main_page_path = @main_page_ref.path else |