Skip to content

Commit 6a8a80d

Browse files
committed
Fix ordering of filters
1 parent 56c6fe9 commit 6a8a80d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/docs/scrapers/pony.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class Pony < UrlScraper
44
self.release = '0.25.0'
55
self.base_url = 'https://stdlib.ponylang.io/'
66

7-
html_filters.push 'pony/container', 'pony/entries', 'pony/clean_html'
7+
html_filters.push 'pony/container', 'pony/clean_html', 'pony/entries'
88
options[:attribution] = "Me"
99
options[:follow_links] = ->(filter) { filter.subpath !~ /src/ }
1010
end

0 commit comments

Comments
 (0)