Skip to content

Commit 903fac5

Browse files
committed
Fixed compile error in nextjs/clean_html.rb
1 parent 10a6334 commit 903fac5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/docs/filters/nextjs/clean_html.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ def call
66
doc.prepend_child("<h1>htmx</h1>") if root_page?
77
css('div:contains("NEWS:")').remove
88
css('h2:contains("sponsors"), #sponsor-table').remove
9-
end
109
doc
11-
10+
end
1211
end
1312
end
1413
end

0 commit comments

Comments
 (0)