compulsive quote editing
This commit is contained in:
parent
7c28e46688
commit
5334fe626a
|
@ -48,7 +48,7 @@ class PageSet < Array
|
||||||
# The HomePage and author pages are always assumed to have
|
# The HomePage and author pages are always assumed to have
|
||||||
# references and so cannot be orphans
|
# references and so cannot be orphans
|
||||||
def orphaned_pages
|
def orphaned_pages
|
||||||
references = web.select.wiki_words + ["HomePage"] + web.select.authors
|
references = web.select.wiki_words + ['HomePage'] + web.select.authors
|
||||||
self.reject { |page| references.include?(page.name) }
|
self.reject { |page| references.include?(page.name) }
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue