Преглед изворни кода

Fixed compile error in nextjs/clean_html.rb

Mike Murphy пре 1 година
родитељ
комит
903fac58c2
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      lib/docs/filters/nextjs/clean_html.rb

+ 1 - 2
lib/docs/filters/nextjs/clean_html.rb

@@ -6,9 +6,8 @@ module Docs
                 doc.prepend_child("<h1>htmx</h1>") if root_page?
                 css('div:contains("NEWS:")').remove
                 css('h2:contains("sponsors"), #sponsor-table').remove
-            end
                 doc
-        
+            end
         end
     end
 end